IStyles
Item Property (Int32)
|
Returns a single object from a collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IStyle this[
int Index
] { get; }
ReadOnly Default Property Item (
Index As Integer
) As IStyle
Get
property IStyle^ default[int Index] {
IStyle^ get (int Index);
}
abstract Item : IStyle with get
Parameters
-
Index
-
Type:
System
Int32
Property Value
Type:
IStyle
See Also