Posted 9 October 2023, 11:51 am EST - Updated 9 October 2023, 11:58 am EST
Hi,
I am trying to clear a cell style that was previously set using C1FlexGrid.SetCellStyle (https://www.grapecity.com/componentone/docs/win/online-flexgrid/C1.Win.FlexGrid.6~C1.Win.FlexGrid.C1FlexGridBase~SetCellStyle(Int32,Int32,CellStyle).html). The document say you can clear cell style by setting null as the new style, except you cant set it to null. Because you get “The call is ambiguous between the following methods or properties: ‘C1FlexGridBase.SetCellStyle(int, int, CellStyle)’ and ‘C1FlexGridBase.SetCellStyle(int, int, string)’”
This seems like an unintentional bug. Any advice?
Thanks,
Hai