piDogDataView.DataView.CellVerticalAlignmentAt

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