piDogDataView.DataView.CellAlignment
Scope: Public
Function CellAlignment(row as integer, column as integer) As Integer
Gets the BackgroundColor of the cell at row/column
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