AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
Ejemplo
// -- Initialization process of the PSHEET_Statistics control
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:
adjustementModeColumnsAll the columns are adjusted to the control width.
adjustementModeRowsAll the rows are adjusted to the control height.
adjustmentModeNoneNo scaling is performed.
adjustmentModeRowsAndColumnsThe 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:
adjustementModeColumnsAll the columns are adjusted to the control width.
adjustementModeRowsAll the rows are adjusted to the control height.
adjustmentModeNoneNo scaling is performed.
adjustmentModeRowsAndColumnsThe worksheet is adjusted to the dimensions of the Spreadsheet control.
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local