[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomViews.Add

Add Method

Add(string, bool, bool)

Creates a new custom view.

Declaration
ICustomView Add(string viewName, bool printSettings, bool rowColSettings)
Function Add(viewName As String, printSettings As Boolean, rowColSettings As Boolean) As ICustomView
Parameters
Type Name Description
string viewName

The name of the new view.

bool printSettings

True to include print settings in the custom view

bool rowColSettings

True to include settings for hidden rows and columns (including filter information) in the custom view.

Returns
Type Description
ICustomView

The new custom view.