VS:SprdAlign

From Vectorworks Developer
Revision as of 14:39, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

align INTEGER Text alignment within worksheet cell.

Example

VectorScript

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

Python


Version

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

Availability: from All Versions

See Also

SetWSCellAlignment

[[VS:SetWSCellAlignment| SetWSCellAlignment]]