|
|
|
|
|
AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
PSHEET_Statistics = "FashionShow.xlsx"
PSHEET_Statistics.AdjustmentMode = adjustementModeRowsAndColumns
Sintaxis
Finding out the adjustment mode of a Spreadsheet control in a report Ocultar los detalles
<Result> = <Spreadsheet control>.AdjustmentMode
<Result>: Integer constant Adjustment mode of 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. |
<Spreadsheet control>: Control name Name of the Spreadsheet control to use.
Modifying the adjustment mode of a Spreadsheet control in a report Ocultar los detalles
<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. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|