piDogDataView.DataView.ColumnTagAt

Scope: Public
Function ColumnTagAt(index as integer) As Variant
gets the tag associated with a column
Scope: Public
Sub ColumnTagAt(index as integer, assigns value as variant)
sets the tag for a column. If the ColumnType is CellTypes.Popup, you can set an OptionList as the tag to be cloned for rows without an OptionList assigned.