[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPright123()
Write a right adjusted label cell to Lotus
------------------------------------------------------------------------------
Function: XPright123()
This function is the same as using "
when creating a Cell in Lotus. it
right adjusts the String in the cell.
Syntax: XPright123(Row,Col,cStr)
Arguments: <Row> is the Row where the cell has to be placed,
<Col> the column, both start at 0.
cStr is the string to place. In Lotus, that string
is right adjusted in the cell.
Returns: Nothing.
Usage: * - Supposing the Worksheet file open...
XPright123(0,0,'Hello')
right adjusts "hello" in the A1 cell.
See Also:
XPcreate123()
XPwidth123()
XPclose123()
XPwrite123()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson