'Declaration
Public Overloads Sub SetCellStyle( _
ByVal row As System.Integer, _
ByVal colName As System.String, _
ByVal newStyle As C1.Win.C1FlexGrid.CellStyle _
)
public void SetCellStyle(
System.int row,
System.string colName,
C1.Win.C1FlexGrid.CellStyle newStyle
)