|
|
|
|
|
AdjustmentMode (Property) In french: ModeAjustement
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report. // -- Initialization process of the PSHEET_Statistics control PSHEET_Statistics = "FashionShow.xlsx" PSHEET_Statistics.AdjustmentMode = adjustementModeRowsAndColumns
Syntax
Finding out the adjustment mode of a Spreadsheet control in a report Hide the details
<Result> = <Spreadsheet control>.AdjustmentMode
<Result>: Integer constant Spreadsheet control adjustment mode:
| | adjustementModeColumns | All the columns are adjusted to the control width. | adjustementModeRows | All the rows are adjusted to the control height. | adjustmentModeNone | No scaling is performed. | adjustmentModeRowsAndColumns | The worksheet is adjusted to the dimensions of the Spreadsheet control. |
<Spreadsheet control>: Control name Name of the Spreadsheet control to use.
Modifying the adjustment mode of a Spreadsheet control in a report Hide the details
<Spreadsheet control>.AdjustmentMode = <New Adjustment>
<Spreadsheet control>: Control name Name of the Spreadsheet control to use. <New Adjustment>: Integer constant New adjustment mode for the Spreadsheet control:
| | adjustementModeColumns | All the columns are adjusted to the control width. | adjustementModeRows | All the rows are adjusted to the control height. | adjustmentModeNone | No scaling is performed. | adjustmentModeRowsAndColumns | The worksheet is adjusted to the dimensions of the Spreadsheet control. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|