编译错误:Overload resolution failed because no accessible 'SetCellStyle' can be called without a narrowing conversion:
'Public Sub SetCellStyle(row As Integer, col As Integer, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'row' narrows from 'Double' to 'Integer'.
'Public Sub SetCellStyle(row As Integer, col As Integer, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'col' narrows from 'Double' to 'Integer'.
'Public Sub SetCellStyle(row As Integer, colName As String, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'row' narrows from 'Double' to 'Integer'.
'Public Sub SetCellStyle(row As Integer, colName As String, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'colName' narrows from 'Double' to 'String'.
错误代码:e.Table.Grid.SetCellStyle(ary(0)+x, ary(1)+1, ss) 不能使用了