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