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