ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Spreadsheet functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Indicates the start of a series of actions performed in a Spreadsheet control in a single event ("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
SpreadsheetStartModification(<Spreadsheet control>)
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help