SetVAlignAt Method (Python)
Sets the vertical alignment of the specified row/column label.
Syntax
SpssLabels.SetVAlignAt(row,column,alignment)
Parameters
row. Row index in the label array
column. Column index in the label array
Type | Description |
---|---|
SpssClient.SpssVAlignTypes.SpssVAlTop | Top |
SpssClient.SpssVAlignTypes.SpssVAlBottom | Bottom |
SpssClient.SpssVAlignTypes.SpssVAlCenter | Center |