ExcelCellStylesCollectionItem(Int32) Property

Gets the style at the specified index from collection.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelCellStyle this[
	int styleIndex
] { get; }

Parameters

styleIndex  Int32
 

Property Value

ExcelCellStyle

See Also