ExcelWorksheetItem Property (Int32, Int32) |
Gets the specified cell in the worksheet.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelRange this[
int row,
int column
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer
) As ExcelRange
Get
Parameters
- row
- Type: SystemInt32
The one based row index of the cell - column
- Type: SystemInt32
The one based column index of the cell
Return Value
Type:
ExcelRangeThe range containing the referenced cell
See Also