View.ShowAll Property
True if all nonprinting characters (such as hidden text, tab marks, space marks, and paragraph marks) are displayed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowAll As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowAll
instance.ShowAll = value
bool ShowAll { get; set; }
Property Value
Type: System.Boolean