|
|
|
|
SpreadsheetStartModification (Function) In french: TableurDébutModification Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo").
// The selection is displayed in bold and italic. A single Ctrl + Z cancels both operations SpreadsheetStartModification(PSHEET_MySpreadsheet) SpreadsheetStyleSelection(PSHEET_MySpreadsheet, psheetBold, True) SpreadsheetStyleSelection(PSHEET_MySpreadsheet, psheetItalic, True) SpreadsheetEndModification(PSHEET_MySpreadsheet)
Syntax
SpreadsheetStartModification(<Spreadsheet control>)
<Spreadsheet control>: Control name Name of the Spreadsheet control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|