GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheets Interface / Delete Method


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

Return Value

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