Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 959 Bytes

Word.range.textvisibleonscreen.md

File metadata and controls

39 lines (21 loc) · 959 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Range.TextVisibleOnScreen property (Word)
vbawd10.chm157155835
vbawd10.chm157155835
ced8fc7c-61a2-b0dd-20ba-ee6a4281d44d
06/08/2017
medium

Range.TextVisibleOnScreen property (Word)

Returns a Long that indicates whether the text in the specified range is visible on the screen. Read-only.

Syntax

expression. TextVisibleOnScreen

expression A variable that represents a Range object.

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.

Property value

INT32

See also

Range Object

[!includeSupport and feedback]