Sort(SortFlags,CellRange) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Sub Sort( _
ByVal As C1.Win.C1FlexGrid.SortFlags, _
ByVal As C1.Win.C1FlexGrid.CellRange _
)
public virtual void Sort(
C1.Win.C1FlexGrid.SortFlags ,
C1.Win.C1FlexGrid.CellRange
)
Parameters
- order
- rg
See Also