piDogDataView.DataView.HeaderType
Scope: Public
Function HeaderType(Index as Integer) As Integer
Gets the Header Type for the column at Index
Type can be HeaderTypeSortable=0 (default) or HeaderTypeNonSortable=1
Scope: Public
Sub HeaderType(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 HeaderTypeSortable=0 (default) or HeaderTypeNonSortable=1