[]
Represents a custom workbook view.
public interface ICustomView
Gets the name of the object.
string Name { get; }
True if print settings are included in the custom view.
bool PrintSettings { get; }
True if the custom view includes settings for hidden rows and columns (including filter information).
bool RowColSettings { get; }
Deletes this custom view from its parent ICustomViews object.
void Delete()
All sheets of workbook apply this view.
void Show()