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