Range.ShowAll Property

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

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace