Version

Search Results

CustomView Class Members

Public Properties Public Methods

CustomView Class Methods

Public Methods

CustomView Class Properties

Public Properties

Apply Method

Applies all options from the custom view to the associated workbook and its worksheets. Syntax Exceptions Exception Description System.InvalidOperationException The custom view has previously been removed from its associated workbook. Remarks There is no state of the workbook indicating the custom view currently a...

GetDisplayOptions Method

Gets the display options associated with the specified worksheet. Syntax Parameters worksheet The worksheet whose associated display options are to be retrieved.createIfNull True to create the display options if it has not yet been allocated. The options will be initialized based on the current state of the Worksh...

GetHiddenColumns Method

Gets the hidden columns associated with the specified worksheet. Syntax Parameters worksheet The worksheet whose associated hidden columns are to be retrieved.createIfNull True to create the hidden column if it has not yet been allocated of the Worksheet. The options will be initialized based on the current state....

GetHiddenRows Method

Gets the hidden rows associated with the specified worksheet. Syntax Parameters worksheet The worksheet whose associated hidden rows are to be retrieved.createIfNull True to create the hidden column if it has not yet been allocated. The options will be initialized based on the current state of the Worksheet. Note ...

GetPrintOptions Method

Gets the print options associated with the specified worksheet. Syntax Parameters worksheet The worksheet whose associated print options are to be retrieved.createIfNull True to create the print options if it has not yet been allocated. The options will be initialized based on the current state of the Worksheet. N...

Name Property (CustomView)

Gets or sets the name of the custom view. Syntax Property Value The name of the custom view. Exceptions Exception Description System.ArgumentNullException The value assigned is a null or empty. System.ArgumentException The value assigned is the name of another custom view in this custom views associated workbook (...

SaveHiddenRowsAndColumns Property

Gets the value indicating whether hidden row and column settings are saved with the custom view. Syntax Property Value The value indicating whether hidden row and column settings are saved with the custom view. Remarks If the value is False, the return value of GetHiddenColumns and GetHiddenRows will always be nul...