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