View Interface

Contains the view attributes (show all, field shading, table gridlines, and so on) for a window or pane.

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

Syntax

'Declaration
<GuidAttribute("000209A5-0000-0000-C000-000000000046")> _
Public Interface View
'Usage
Dim instance As View
[GuidAttribute("000209A5-0000-0000-C000-000000000046")]
public interface View

Remarks

Use the View property of a Window or Pane object to return the View object.

Use the Type property to change the view.

Use the Percentage property to change the size of the text on-screen.

Use the SeekView property to view comments, endnotes, footnotes, or the document header or footer.

See Also

Reference

View Members

Microsoft.Office.Interop.Word Namespace