|
|
|
|
|
PrintArea (Property) In french: ZoneImpression
The PrintArea property gets and sets the print area of a Spreadsheet control in a report.
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"..
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|