Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Delete Method


In This Topic
Delete Method (IWorksheets)
In This Topic
Delete all worksheets.
Syntax
'Declaration
 
Function Delete() As Boolean
 
'Usage
 
Dim instance As IWorksheets
Dim value As Boolean
 
value = instance.Delete()

Return Value

true if worksheets are deleted; otherwise, false.
See Also