[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomView.Show

Show Method

Show()

Applies this custom view to all worksheets in the workbook.

Use this method to switch the workbook to the state stored in this custom view, including the view settings captured when the custom view was created.

Declaration
void Show()
Sub Show()
Examples
ICustomView customView = workbook.CustomViews.Add("PrintView", true, false);
customView.Show();