Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSRange
>
Row
Row property
Returns the number of the first row in the range. Read-only Integer.
Syntax
property
Row: integer;
Example
This example sets the value of A1 cell to the number of the first row in the selection.
Workbook.Sheets[
1
].Range[
'A1'
,
'A1'
].Value := Workbook.Sheets[
1
].Selection.Row;
Copyright © NikaSoft 2004-2012