GoBottom Method

Skip to last page.


Object.GoBottom()

Remarks

Applies To: XFRX#DRAW, XFRX#XML

Examples

LOCAL m.loXFF, m.lnRetVal
m.loXFF = xfrx("XFRX#DRAW")
IF m.loXFF.openDocument("output.xff")
   m.loXFF.GoBottom()
ENDIF