ExcelCellStylesCollectionItem(Int32) Property |
Gets the style at the specified index from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellStyle this[
int styleIndex
] { get; }Public ReadOnly Default Property Item (
styleIndex As Integer
) As ExcelCellStyle
Get
Parameters
- styleIndex Int32
-
Property Value
ExcelCellStyle
See Also