[]
Deletes this custom view from its parent ICustomViews collection.
After this method is called, the custom view is removed from the workbook's custom view collection.
void Delete()
Sub Delete()
ICustomView customView = workbook.CustomViews.Add("ReviewView", true, true);
customView.Delete();