Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines 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 Range
Dim value As Boolean
value = instance.ShowAll
instance.ShowAll = value
bool ShowAll { get; set; }
Property Value
Type: System.Boolean