ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 28 feature!
This content has been translated automatically.  Click here  to view the French version.
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
Removes the cell merge for the specified cell or for the selected cell in an Spreadsheet control.
Example
// Dé-fusionne la cellule B2
TBLR_MonTableur.DéfusionneCellule("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 be unmerged. This parameter has the following format: <Column letter><Row number>. For example: "A32".
If this parameter is not specified, the cell selected in Spreadsheet control will be unmerged.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment