Panes Interface

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00020894-0000-0000-C000-000000000046")> _
Public Interface Panes
'Usage
Dim instance As Panes
[InterfaceTypeAttribute()]
[GuidAttribute("00020894-0000-0000-C000-000000000046")]
public interface Panes

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.

See Also

Reference

Panes Members

Microsoft.Office.Interop.Excel Namespace