ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions / Types of variables
  • Properties specific to the description of docRow variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document. The characteristics of this table row can be defined and changed using different WLanguage properties.
CAUTION: This type must not be used directly. It must only be used via the docParagraph variables corresponding to a table.
Remarks

Properties specific to the description of docRow variables

The following properties can be used to handle a docRow variable:
Property nameType usedEffect
CellCountIntegerNumber of row cells.
This property is read-only.
HeightIntegerHeight of row (in millimeters).
HeightModeInteger constantMode for calculating the row height:
  • docHeightModeAtLeast: The row height will be at least the one defined with the Height property.
  • docHeightModeAutomatic: The row height is automatically calculated according to the text in the row cells.
  • docHeightModeExact: The row height will be the one defined with the Height property.
  • docHeightModeUndefined: The mode for calculating the row height is not defined (the automatic caculation mode is performed by default).
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/23/2022

Send a report | Local help