TXlsCellRange.Offset Method
Creates a new range with the start at newTopRow, newLeftCol.
Syntax
Unit: FlexCel.Core
function TXlsCellRange.Offset(const newTopRow: Integer; const newLeftCol: Integer): TXlsCellRange;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
newTopRow |
Integer |
|
| const |
newLeftCol |
Integer |
|
See also