ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
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.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help