[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPwidth123()
Set the column width of a worksheet column
------------------------------------------------------------------------------
Function: XPwidth123()
The standard width of every column in the
worksheet is 9, this setting can be overridden by
this function.
Syntax: XPwidth123(Col,Len)
Arguments: <Col> is the column to set the width of (starting
from 0), <Len> is the desired width. It is
recommended to always set the width to one
character more that Clipper would use (eg. Dates
require 9 places to display properly in 1-2-3
instead of 8 in Clipper, Logicals would need 1 in
Clipper, but use 2 chars to display properly in 1-2-3..).
Returns: Nothing.
Usage: * - Supposing the Worksheet file open...
XPwidth123(0,4) && Col 'A' width to 4
XPwrite123(0,0,'Yo!') && write some cell..
See Also:
XPcreate123()
XPwrite123()
XPclose123()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson