Share via


Window.Panes Property

Returns a Panes collection that represents all the panes in the specified window.

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

Syntax

'Declaration
ReadOnly Property Panes As Panes
    Get
'Usage
Dim instance As Window
Dim value As Panes

value = instance.Panes
Panes Panes { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Panes

Remarks

This property is available for a window only if the window’s Split property can be set to True.

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Excel Namespace