Navigation: thinBasic Modules > BIFF > BIFF_SetColWidth |
|
Description
Change column width for a range of columns.
Syntax
n = BIFF_SetColWidth(StartColumn, EndColumn, Width)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
StartColumn |
Number |
No |
Change width starting column |
EndColumn |
Number |
No |
Ending column |
Width |
Number |
No |
Column width to assign to column range |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |