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