AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Hoja de cálculo
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
Indicates the start of a group 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
PSHEET_MySpreadsheet.StartModification()
PSHEET_MySpreadsheet.StyleSelection(psheetBold, True)
PSHEET_MySpreadsheet.StyleSelection(psheetItalic, True)
PSHEET_MySpreadsheet.EndModification()
Syntax
<Spreadsheet control>.StartModification()
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local