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; }
Public ReadOnly Default Property Item (
Index As Integer
) As CellStyle
Get
public:
property CellStyle^ default[int Index] {
CellStyle^ get (int Index);
}
member Item : CellStyle with get
Parameters
-
Index
-
Type:
System
Int32
Property Value
Type:
CellStyle
See Also