Worksheet
Item Property (Int32, Int32, Int32, Int32)
|
Get cell range.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange this[
int row,
int column,
int lastRow,
int lastColumn
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer,
lastRow As Integer,
lastColumn As Integer
) As CellRange
Get
public:
property CellRange^ default[int row, int column, int lastRow, int lastColumn] {
CellRange^ get (int row, int column, int lastRow, int lastColumn);
}
member Item : CellRange with get
Parameters
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
-
lastRow
-
Type:
System
Int32
-
lastColumn
-
Type:
System
Int32
Return Value
Type:
CellRange
See Also