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