C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / SortColumns Method
an interface for custom order.

In This Topic
SortColumns Method
In This Topic
Sort all the columns by custom order.
Syntax
'Declaration
 
Public Sub SortColumns( _
   ByVal compare As IComparer(Of GridColumn) _
) 
 

Parameters

compare
an interface for custom order.
See Also