[]
Creates a new custom view.
ICustomView Add(string viewName, bool printSettings, bool rowColSettings)
Function Add(viewName As String, printSettings As Boolean, rowColSettings As Boolean) As ICustomView
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. |
Type | Description |
---|---|
ICustomView | The new custom view. |