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


In This Topic
Delete Method (IWorksheet)
In This Topic
Deletes this IWorksheet from its owner Workbook.
Syntax
'Declaration
 
Function Delete() As Boolean
 
'Usage
 
Dim instance As IWorksheet
Dim value As Boolean
 
value = instance.Delete()

Return Value

true if the worksheet is deleted, false otherwise.
See Also