Share via


View.SplitSpecial Property 

Returns or sets the active window pane.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim view1 As View

Dim returnValue As WdSpecialPane
returnValue = view1.SplitSpecial

Dim sampleValue As WdSpecialPane
view1.SplitSpecial = sampleValue

Syntax

Property SplitSpecial() As WdSpecialPane
WdSpecialPane SplitSpecial {get; set;}
property WdSpecialPane^ SplitSpecial{
    WdSpecialPane^ get();
    Void set(WdSpecialPane^);
}
public WdSpecialPane get_SplitSpecial();
public void set_SplitSpecial(WdSpecialPane);
function get SplitSpecial() : WdSpecialPane;
function set SplitSpecial(WdSpecialPane);

Remarks

WdSpecialPane can be one of the following WdSpecialPane constants:

wdPaneComments

wdPaneCurrentPageFooter

wdPaneCurrentPageHeader

wdPaneEndnoteContinuationNotice

wdPaneEndnoteContinuationSeparator

wdPaneEndnotes

wdPaneEndnoteSeparator

wdPaneEvenPagesFooter

wdPaneEvenPagesHeader

wdPaneFirstPageFooter

wdPaneFirstPageHeader

wdPaneFootnoteContinuationNotice

wdPaneFootnoteContinuationSeparator

wdPaneFootnotes

wdPaneFootnoteSeparator

wdPaneNone

wdPanePrimaryFooter

wdPanePrimaryHeader

wdPaneRevisions

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

View Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

View Members