Range.TextVisibleOnScreen 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.
Returns an Integer (int in C#) that indicates whether the text in the specified range is visible on the screen. Read-only.
public:
property int TextVisibleOnScreen { int get(); };
public int TextVisibleOnScreen { get; }
member this.TextVisibleOnScreen : int
Public ReadOnly Property TextVisibleOnScreen As Integer
Property Value
Remarks
The TextVisibleOnScreen property returns 1 if all text in the range is visible; it returns 0 if no text in the range is visible; and it returns -1 if some text in the range is visible and some is not. Text that is not visible could be, for example, text that is in a collapsed heading.