Gets cells range specified the the higher left and lower right coordinates.
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
Parameters
- row
- Type: SystemInt32
The one based index of the start row - column
- Type: SystemInt32
The one based index of the start column - endRow
- Type: SystemInt32
The one based index of the end row - endColumn
- Type: SystemInt32
The one based index of the end column
Return Value
Type: ExcelRangeThe referenced range of cells
See Also