Sorry, but there are no more tags available to filter with.
-
For this you can use the OwnerDrawCell event. Set DrawMode to OwnerDraw and catch the values over 1,000 in the OwnerDrawCell event Private Sub C1FlexGrid1_OwnerDrawCell( ByVal sender As Object, ByVal e As C1.Win.C1FlexGrid.OwnerDrawCellEventArgs) If e.Col = 3 Then If Conversion.Val( Me .C1FlexGrid1(e...
Page 1 of 1 (1 items)