ExcelCellStylesCollectionItem(String) Property |
Gets the style with the specified name from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellStyle this[
string styleName
] { get; }Public ReadOnly Default Property Item (
styleName As String
) As ExcelCellStyle
Get
Parameters
- styleName String
-
Property Value
ExcelCellStyle
See Also