====== VisibleArea ======
Property of [[:scripting:api:text-view:start|ITextView]]
===== Description =====
Get visible text range
===== Property type =====
Read-Only Property of type **[[:scripting:api:range:overview|IRange]]**
===== Syntax =====
==== JavaScript ====
var pRange = TextView.VisibleArea;
==== Visual Basic Script ====
pRange = TextView.VisibleArea
==== C++ ====
CComPtr pRange;
HRESULT hr = TextView.get_VisibleArea(&pRange);
===== See Also =====
[[:scripting:api:text-view:start|ITextView]]
~~NOTOC~~