Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICustomViews Interface / Add Method
The name of the new view.
True to include print settings in the custom view
True to include settings for hidden rows and columns (including filter information) in the custom view.
In This Topic
    Add Method (ICustomViews)
    In This Topic
    Creates a new custom view.
    Syntax
    ICustomView Add( 
       System.string viewName,
       System.bool printSettings,
       System.bool rowColSettings
    )

    Parameters

    viewName
    The name of the new view.
    printSettings
    True to include print settings in the custom view
    rowColSettings
    True to include settings for hidden rows and columns (including filter information) in the custom view.

    Return Value

    The new custom view
    See Also