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
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo").
Example
// 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
SpreadsheetEndModification(<Spreadsheet control>)
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
Remarks
The modifications performed on the Spreadsheet control are grouped from the call to SpreadsheetStartModification. If several cancelable modifications are performed in the Spreadsheet control, simply use Ctrl + Z to cancel all the operations performed.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help