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