Click or drag to resize

StylesCollection Item Property (Int32)

gets a object from a collection.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle this[
	int Index
] { get; }

Parameters

Index
Type: System Int32

Property Value

Type: CellStyle
See Also