ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Spreadsheet>.StyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
<Popup>.Animate (Function)
Displays a popup in a page cell.
PopupAnimate (Function)
Displays a popup in a page cell.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
The Cell control
The Cell control contains controls......
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
<Spreadsheet>.DeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
SpreadsheetDeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
<Spreadsheet>.UnmergeCell (Function)
Unmerges the specified or selected cell in a Spreadsheet control.
SpreadsheetUnmergeCell (Function)
Unmerges the specified or selected cell in a Spreadsheet control.
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
1
2
3
4
5
6
101
>