Range.DisableCharacterSpaceGrid Property

Determines if Microsoft Word ignores the number of characters per line for the range.

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

Syntax

'Declaration
Property DisableCharacterSpaceGrid As Boolean
    Get
    Set
'Usage
Dim instance As Range
Dim value As Boolean

value = instance.DisableCharacterSpaceGrid

instance.DisableCharacterSpaceGrid = value
bool DisableCharacterSpaceGrid { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if Word ignores the number of characters per line for the range, and False if not.

Returns wdUndefined if the DisableCharacterSpaceGrid property is set to True for only some of the specified range.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace