'Declaration
Function Delete() As Boolean
'Usage
Dim instance As IWorksheet Dim value As Boolean value = instance.Delete()
bool Delete()
Return Value
true
if the worksheet is deleted, false
otherwise.'Declaration
Function Delete() As Boolean
'Usage
Dim instance As IWorksheet Dim value As Boolean value = instance.Delete()
bool Delete()
true
if the worksheet is deleted, false
otherwise.