|
|
|
|
|
NumberRow (Property) In french: NombreLigne
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height. FOR I = 1 _TO_ PSHEET_MySpreadsheet.NumberRow FOR J = 1 _TO_ PSHEET_MySpreadsheet.NumberColumn Trace(PSHEET_MySpreadsheet[I, J]) END END
Syntax
Getting the number of rows in a Spreadsheet control Hide the details
<Number of rows> = <Spreadsheet control>.NumberRow
<Number of rows>: Integer Maximum number of rows containing data (value or formula) in a Spreadsheet control. <Spreadsheet control>: Control name Name of the Spreadsheet control for which we want to get the number of columns.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|