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