Pane Interface

Represents a pane of a window.

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

Syntax

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

Remarks

Pane objects exist only for worksheets and Microsoft Excel 4.0 macro sheets. The Pane object is a member of the Panes collection. The Panes collection contains all of the panes shown in a single window.

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

See Also

Reference

Pane Members

Microsoft.Office.Interop.Excel Namespace