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)

Syntax

'Declaration
Property SplitSpecial As WdSpecialPane
    Get
    Set
'Usage
Dim instance As View
Dim value As WdSpecialPane

value = instance.SplitSpecial

instance.SplitSpecial = value
WdSpecialPane SplitSpecial { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.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

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace