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