Click or drag to resize

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; }

Parameters

styleIndex
Type: SystemInt32

Property Value

Type: ExcelCellStyle
See Also