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
<Spreadsheet>.UnmergeCell (Function)
In french: <Tableur>.DéfusionneCellule
Unmerges the specified or selected cell in a Spreadsheet control.
Example
// Unmerges cell B2
PSHEET_MySpreadsheet.UnmergeCell("B2")
Syntax
<Spreadsheet control>.UnmergeCell([<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: 06/21/2023

Send a report | Local help