VisibleArea

Property of ITextView

Description

Get visible text range

Property type

Read-Only Property of type IRange

Syntax

JavaScript

var pRange = TextView.VisibleArea;

Visual Basic Script

pRange = TextView.VisibleArea

C++

CComPtr<IRange> pRange;
HRESULT hr = TextView.get_VisibleArea(&pRange);

See Also

ITextView