Returns new cell range using relative indexing.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax
Parameters
- relativeRow
- Type: System Int32
Relative index of the first row.
- relativeColumn
- Type: System Int32
Relative index of the first column.
- width
- Type: System Int32
Width of new cell range in columns.
- height
- Type: System Int32
Height of new cell range in rows.
Return Value
New cell range using relative indexing.Exceptions
| Exception | Condition |
|---|---|
| System ArgumentOutOfRangeException | Arguments are out of range. |
Remarks
See Also