Procedure SprdAlign determines the alignment setting within a worksheet cell.
{| class="wikitable_c" |+ Table - Worksheet Cell Alignment
| ! Alignment !! Constant |
|---|
| General |
| style="text-align:center" |
| - |
| Left |
| style="text-align:center" |
| - |
| Right |
| style="text-align:center" |
| - |
| Center |
| style="text-align:center" |
| } |
PROCEDURE SprdAlign(align : INTEGER);def vs.SprdAlign(align):
return None| Name | Type | Description |
|---|---|---|
| align | INTEGER | Text alignment within worksheet cell. |
==== VectorScript ====
SprdAlign(2);
LoadCell(3, 3, 'Cell 1, 1');==== Python ====
SetWSCellAlignment| SetWSCellAlignment
SprdAlign is obsolete as of VectorWorks 9.0, see new [[VS:SetWSCellAlignment| SetWSCellAlignment]].
Availability: from All Versions
- Worksheets