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