'DeclarationPublic Overridable Function IsSortSymbolRow( _ ByVal grid As C1FlexGrid, _ ByVal rng As CellRange _ ) As Boolean
public virtual bool IsSortSymbolRow( C1FlexGrid grid, CellRange rng )
Parameters
- grid
 - C1FlexGrid that owns the cell.
 - rng
 - CellRange that contains the column header row.
 
Return Value
True if the sort symbols should be displayed on the row given by the rng parameter.