piDogDataView.DataView.HeadingType

Deprecated Use: ColumnSortTypeAt
Scope: Public
Function HeadingType(Index as Integer) As integer
Gets the Header Type for the column at Index Type can be DataView.SortTypes.Sortable=0 (default) or DataView.SortTypes.NotSortable=1
Deprecated Use: ColumnSortTypeAt
Scope: Public
Sub HeadingType(Index as integer, assigns Type as Integer)
assigns the Header Type to the column at Index If Index = -1, the type is applied to all columns Type can be DataView.SortTypes.Sortable=0 (default) or DataView.SortTypes.NotSortable=1