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