piDogDataView.DataView.ColumnSortTypeAt

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