Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 894 Bytes

File metadata and controls

49 lines (37 loc) · 894 Bytes

SprdAlign

Description

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

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

Version

SprdAlign is obsolete as of VectorWorks 9.0, see new SetWSCellAlignment.

Availability: from All Versions

Category