CustomView Interface

Definition

Represents a custom workbook view.

public interface class CustomView
[System.Runtime.InteropServices.Guid("00024423-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface CustomView
Public Interface CustomView
Attributes

Remarks

The CustomView object is a member of the CustomViews collection.

Use CustomViews(index), where index is the name or index number of the custom view, to return a CustomView object.

Properties

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).

Methods

Delete()

Deletes the object.

Show()

Displays the custom view.

Applies to