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