TextRetrievalMode.IncludeHiddenText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.