ExcelCellStylesCollectionRemoveStyle Method |
Removes the style with the specified name from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void RemoveStyle(
string styleName
)
Public Sub RemoveStyle (
styleName As String
)
Parameters
- styleName
- Type: SystemString
The name of the style to be removed.
See Also