Panes Interface

Definition

A collection of all the Pane objects shown in the specified window.

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

Remarks

Pane objects exist only for worksheets and Microsoft Excel 4.0 macro sheets.

Use the Panes property to return the Panes collection.

Use Panes(index), where index is the pane index number, to return a single Pane object.

Properties

_Default[Int32]

Reserved for internal use.

Application

Returns an Application object that represents the Microsoft Excel application.

Count

Returns the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Item[Int32]

Returns a single object from a collection.

Parent

Returns the parent object for the specified object.

Applies to