Gets the justification and alignment of the text in the specified cell in this Table.
.NET Syntax
JavaScript | |
---|
GetCellAlignment(
Row : Number,
Column : Number
) : String |
Parameters
- Row
- Index of the row of the cell in which to get the justification and alignment of the text (see Remarks)
- Column
- Index of the column of the cell in which to get the justification and alignment of the text (see Remarks)
- Alignment[out] or Return Value
- Justification and alignment of the text in the specified cell in this Table as defined in dsTableCellAlignment_e
Remarks
See Also
Availability
DraftSight V1R6.0