Range.TextVisibleOnScreen
Range.TextVisibleOnScreen
Range.TextVisibleOnScreen
Property
Definition
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; }
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.