Procedure SprdAlign determines the alignment setting within a worksheet cell.
Table - Worksheet Cell Alignment
| Alignment | Constant |
|---|---|
| General | 1 |
| Left | 2 |
| Right | 3 |
| Center | 4 |
PROCEDURE SprdAlign(align : INTEGER);def vs.SprdAlign(align):
return None| Name | Type | Description |
|---|---|---|
| align | INTEGER | Text alignment within worksheet cell. |
SprdAlign(2);
LoadCell(3, 3, 'Cell 1, 1');SprdAlign is obsolete as of VectorWorks 9.0, see new SetWSCellAlignment.
Availability: from All Versions