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