|
|
|
|
|
<Spreadsheet>.UnmergeCell (Function) In french: <Tableur>.DéfusionneCellule Unmerges the specified or selected cell in a Spreadsheet control. // 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|