ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Spreadsheet functions
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
SpreadsheetUnmergeCell (Function)
In french: TableurDéfusionneCellule
Unmerges the specified or selected cell in a Spreadsheet control.
Example
// Unmerges cell B2
SpreadsheetUnmergeCell(PSHEET_MySpreadsheet, "B2")
Syntax
SpreadsheetUnmergeCell(<Spreadsheet control> [, <Cell>])
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
<Cell>: Optional character string
Name of one of the cells in the range of cells to unmerge. This parameter has the following syntax: <Column letter><Row number>. For example: "A32".
If this parameter is not specified, the cell currently selected in the Spreadsheet control will be unmerged.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/05/2023

Send a report | Local help