CellRange
Item Property (Int32, Int32)
|
Gets cell range. Row and column indexes are one-based.
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
] { get; set; }
Public Default Property Item (
row As Integer,
column As Integer
) As CellRange
Get
Set
public:
property CellRange^ default[int row, int column] {
CellRange^ get (int row, int column);
void set (int row, int column, CellRange^ value);
}
member Item : CellRange with get, set
Parameters
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
Return Value
Type:
CellRange
See Also