[]
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.
void Show()
Sub Show()
ICustomView customView = workbook.CustomViews.Add("PrintView", true, false);
customView.Show();