ExcelWorksheetItem(Int32, Int32, Int32, Int32) Property |
Gets cells range specified the higher left and lower right coordinates.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelRange this[
int row,
int column,
int endRow,
int endColumn
] { get; }Public ReadOnly Default Property Item (
row As Integer,
column As Integer,
endRow As Integer,
endColumn As Integer
) As ExcelRange
Get
Parameters
- row Int32
- The one based index of the start row
- column Int32
- The one based index of the start column
- endRow Int32
- The one based index of the end row
- endColumn Int32
- The one based index of the end column
Return Value
ExcelRangeThe referenced range of cells
See Also