piDogDataView.DataView.ColumnTag

Deprecated Use: ColumnTagAt
Scope: Public
Function ColumnTag(index as integer) As Variant
gets the tag associated with a column
Deprecated Use: ColumnTagAt
Scope: Public
Sub ColumnTag(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.