SetCellStyle(Int32,String,CellStyle) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetCellStyle( _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As C1.Win.C1FlexGrid.CellStyle _
)
public void SetCellStyle(
System.int ,
System.string ,
C1.Win.C1FlexGrid.CellStyle
)
Parameters
- row
- colName
- newStyle
See Also