ExcelCellStylesCollectionItem Property (Int32) |
Gets the style at the specified index from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelCellStyle this[
int styleIndex
] { get; }
Public ReadOnly Default Property Item (
styleIndex As Integer
) As ExcelCellStyle
Get
Parameters
- styleIndex
- Type: SystemInt32
Property Value
Type:
ExcelCellStyleSee Also