GetHAlignAt Method (Python)
Returns the horizontal alignment of the specified data cell.
Syntax
SpssDataCells.GetHAlignAt(row,column)
Parameters
row. Row index
column. Column index
Returns
Type | Description |
---|---|
SpssClient.SpssHAlignTypes.SpssHAlLeft | Left |
SpssClient.SpssHAlignTypes.SpssHAlRight | Right |
SpssClient.SpssHAlignTypes.SpssHAlCenter | Center |
SpssClient.SpssHAlignTypes.SpssHAlMixed | Mixed |
SpssClient.SpssHAlignTypes.SpssHAlDecimal | Decimal |