Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / 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
    In This Topic
    Creates a new custom view.
    Syntax
    ICustomView add( 
       java.lang.String viewName,
       boolean printSettings,
       boolean 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

    See Also