piDogDataView.DataView.CellAlignment
Deprecated Use: CellAlignmentAt
Scope: Public
Function CellAlignment(row as integer, column as Integer) As integer
Gets the BackgroundColor of the cell at row/column
Deprecated Use: CellAlignmentAt
Scope: Public
Sub CellAlignment(row as integer, column as Integer, assigns value as integer)
Set the allignment for the cell
Values include
DataView.AlignDefault
DataView.AlignLeft
DataView.AlignCenter
DataView.AlignRight
DataView.AlignDecimal