IXLSRange
Item Property (Int32, Int32, Int32, Int32)
|
Get cell range. Row and column indexes are one-based. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IXLSRange this[
int row,
int column,
int lastRow,
int lastColumn
] { get; }
ReadOnly Default Property Item (
row As Integer,
column As Integer,
lastRow As Integer,
lastColumn As Integer
) As IXLSRange
Get
property IXLSRange^ default[int row, int column, int lastRow, int lastColumn] {
IXLSRange^ get (int row, int column, int lastRow, int lastColumn);
}
abstract Item : IXLSRange with get
Parameters
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
-
lastRow
-
Type:
System
Int32
-
lastColumn
-
Type:
System
Int32
Property Value
Type:
IXLSRange
See Also