ComponentOne FlexGrid for WinForms
SetCellStyle(Int32,Int32,String) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > SetCellStyle Method : SetCellStyle(Int32,Int32,String) Method
Row index.
Column index
Name of the new style.
Assigns a custom CellStyle to a cell.
Syntax
'Declaration
 
Public Overloads Sub SetCellStyle( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal styleName As String _
) 
public void SetCellStyle( 
   int row,
   int col,
   string styleName
)

Parameters

row
Row index.
col
Column index
styleName
Name of the new style.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List