piDogDataView.DataView.AddColumn

Scope: Public
Sub AddColumn(newColumn as piDogDataView.ListColumn, index as integer=-1)
Adds a new column at Index using the passed newColumn to setup the column If index is ommited, the column is appended to the existing columns
Scope: Public
Sub AddColumn(width as string, heading as string, fieldName as string)
Add a new column to the right side of the list
Scope: Public
Sub AddColumn(heading as string, fieldName as string="")
Add a new column to the right side of the list