Click or drag to resize

ExcelCellStylesCollectionItem(Int32) Property

Gets the style at the specified index from collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelCellStyle this[
	int styleIndex
] { get; }

Parameters

styleIndex  Int32
 

Property Value

ExcelCellStyle
See Also