Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 980 Bytes

File metadata and controls

58 lines (46 loc) · 980 Bytes

SprdAlign

Description

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

Parameters

Name Type Description
align INTEGER Text alignment within worksheet cell.

Examples

==== VectorScript ====

SprdAlign(2);
LoadCell(3, 3, 'Cell 1, 1');

==== Python ====

See Also

SetWSCellAlignment| SetWSCellAlignment

Version

SprdAlign is obsolete as of VectorWorks 9.0, see new [[VS:SetWSCellAlignment| SetWSCellAlignment]].

Availability: from All Versions

Category

  • Worksheets