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
piDogDataView.DataView.AlignDefault
piDogDataView.DataView.AlignLeft
piDogDataView.DataView.AlignCenter
piDogDataView.DataView.AlignRight
piDogDataView.DataView.AlignDecimal