XlsWorksheet
Item Property (Int32, Int32)
|
Get cell by row and index.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange this[
int row,
int column
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer
) As IXLSRange
Get
public:
virtual property IXLSRange^ default[int row, int column] {
IXLSRange^ get (int row, int column) sealed;
}
abstract Item : IXLSRange with get
override Item : IXLSRange with get
Parameters
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
Property Value
Type:
IXLSRange
Implements
IWorksheet
Item
Int32, Int32
See Also