ExcelCellStylesCollectionItem Property (String) |
Gets the style with the specified name from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelCellStyle this[
string styleName
] { get; }
Public ReadOnly Default Property Item (
styleName As String
) As ExcelCellStyle
Get
Parameters
- styleName
- Type: SystemString
Property Value
Type:
ExcelCellStyleSee Also