Inflate
Method of IRange
Description
Inflate range
Parameters
Syntax
JavaScript
Range.Inflate(nLeft, nTop, nRight, nBottom);
Visual Basic Script
Range.Inflate nLeft, nTop, nRight, nBottom
C++
HRESULT hr = Range.Inflate(nLeft, nTop, nRight, nBottom);