TextRetrievalMode.IncludeHiddenText Property

Definition

True if the text retrieved from the specified range includes hidden text.

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

Property Value

Remarks

Note The default value is the same as the current setting of the Hidden text 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