ExcelCellStylesCollectionRemoveStyle Method |
Removes the style with the specified name from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void RemoveStyle(
string styleName
)
Public Sub RemoveStyle (
styleName As String
)
Parameters
- styleName String
- The name of the style to be removed.
See Also