ExcelCellStylesCollectionAddStyle Method |
Adds a new style to the styles collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellStyle AddStyle(
string styleName
)
Public Function AddStyle (
styleName As String
) As ExcelCellStyle
Parameters
- styleName String
- The name of style to create.
Return Value
ExcelCellStyleThe newly created style
See Also