ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with reports and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The PrintArea property gets and sets the print area of a Spreadsheet control in a report.
Example
// Impression des cellules B2 à F10
TBLR_ChampTableur.ZoneImpression = "B2:F10"
Syntax

Finding out the area to print in a Spreadsheet control Hide the details

<Result> = <Spreadsheet control>.PrintArea
<Result>: Character string
Area to print in the following format: <Area starting cell>:<Area ending cell>. For example: "B2:F10"..
<Spreadsheet control>: Control name
Name of the Spreadsheet control to use.

Modifying the area to print in a Spreadsheet control Hide the details

<Spreadsheet control>.PrintArea = <Area to print>
<Spreadsheet control>: Control name
Name of the Spreadsheet control to use.
<Area to print>: Character string
Area to print in the following format: <Area starting cell>:<Area ending cell>. For example: "B2:F10"..
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help