|
|
|
|
SpreadsheetDeleteAll (Function) In french: TableurSupprimeTout Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts). The list of operations stored in "undo/redo" is also cleared: therefore, the deletion cannot be canceled. SpreadsheetDeleteAll(PSHEET_Spreadsheet) SpreadsheetAddData(PSHEET_Spreadsheet, "A2", 2) Syntax
SpreadsheetDeleteAll(<Spreadsheet control>)
<Spreadsheet control>: Control name Name of the Spreadsheet control to be used.
Related Examples:
|
Unit examples (WINDEV): The Spreadsheet control
[ + ] Using the Spreadsheet control. This example explains how to: - load an xlsx file in a spreadsheet control, - save the spreadsheet in a file, - fill the control with data coming from the database, - insert rows, columns, - access the cells and handle them (modify their value, their style, ...), - enter formulas, - ...
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|