CustomView Members
Include Protected Members
Include Inherited Members
Represents a custom workbook view.
The CustomView type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Name | Returns the name of the object. | |
Parent | Returns the parent object for the specified object. | |
PrintSettings | True if print settings are included in the custom view. | |
RowColSettings | True if the custom view includes settings for hidden rows and columns (including filter information). |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Show | Displays the custom view. |
Top