runmodifyfill

The runmodifyfill statement runs the .ModifyFill procedure (if it exists).


Parameters

No parameters.


Description

This statement runs the .ModifyFill procedure (if it exists). This statement is used internally by Panorama, but can also be called in user code, like this.

formulafill A+B
runmodifyfill

Note: A procedure can also explictly use the call statement to call .ModifyFill if you are sure that it exists. The advantage of runmodifyfill is that it will check to make sure that .ModifyFill exists, and won’t cause an error if it doesn’t exist.


See Also


History

VersionStatusNotes
10.1.2NewNew in this version.