TextRetrievalMode.IncludeFieldCodes Property

Definition

True if the text retrieved from the specified range includes field codes.

public:
 property bool IncludeFieldCodes { bool get(); void set(bool value); };
public bool IncludeFieldCodes { get; set; }
member this.IncludeFieldCodes : bool with get, set
Public Property IncludeFieldCodes As Boolean

Property Value

Remarks

Note The default value is the same as the setting of the Field codes option on the View tab in the Options dialog box (Tools menu) until this property has been set. Use the Text property with a Range object to retrieve text from the specified range.

Applies to