piDogDataView.DataView.ColumnFormatString
Scope: Public
Function ColumnFormatString(column as Integer) As String
Get the current format string of the column
Same as the Xojo format() funtion
Scope: Public
Sub ColumnFormatString(column as Integer, assigns value as String)
Set the format string for the column
Same as the Xojo format() funtion