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)

Usage

Public Class anesImplementation
    Implements Panes
End Class
Dim anesImplementation1 As New anesImplementation()

Syntax

Public Interface Panes
public interface Panes
public interface class Panes
public interface Panes
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Panes Members