View.ShadeEditableRanges Property

Definition

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.

public:
 property int ShadeEditableRanges { int get(); void set(int value); };
public int ShadeEditableRanges { get; set; }
member this.ShadeEditableRanges : int with get, set
Public Property ShadeEditableRanges As Integer

Property Value

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.

Applies to