piDogDataView.DataView.CellVerticalAlignment

Deprecated Use: CellVerticalAlignmentAt
Scope: Public
Function CellVerticalAlignment(row as integer, column as integer) As Integer
Gets the Vertical Alignment of the cell at row/column
Deprecated Use: CellVerticalAlignmentAt
Scope: Public
Sub CellVerticalAlignment(row as integer, column as Integer, assigns value as Integer)
Set the vertical allignment for the cell Values include DataView.AlignDefault DataView.AlignTop DataView.AlignMiddel DataView.AlignBottom