====== ViewBottomOffset ======
Property of [[:scripting:api:settings:start|ISettings]]
===== Description =====
Returns View Bottom Offset (in lines)
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = Settings.ViewBottomOffset;
==== Visual Basic Script ====
nVal = Settings.ViewBottomOffset
==== C++ ====
long nVal;
HRESULT hr = Settings.get_ViewBottomOffset(&nVal);
===== See Also =====
[[:scripting:api:settings:start|ISettings]]
~~NOTOC~~