[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomView.Delete

Delete Method

Delete()

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.

Declaration
void Delete()
Sub Delete()
Examples
ICustomView customView = workbook.CustomViews.Add("ReviewView", true, true);
customView.Delete();