Panes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |