Share via


View.ShadeEditableRanges Property

Returns or sets an Integer that represents whether shading is applied to the ranges in a document for which users have permission to modify. True shades the ranges in a document that users can modify.

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

Syntax

'Declaration
Property ShadeEditableRanges As Integer
    Get
    Set
'Usage
Dim instance As View
Dim value As Integer

value = instance.ShadeEditableRanges

instance.ShadeEditableRanges = value
int ShadeEditableRanges { get; set; }

Property Value

Type: System.Int32

Remarks

Range shading is on by default. When range shading is on, or when you set the property to True, the ShadeEditableRanges property returns a value of 65535. When you set the ShadeEditableRanges property to False it returns a value of 0. The values have no meaning beyond indicating whether the property is True or False.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace