FlexGrid for WinForms
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 _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
Dim styleName As String
 
instance.SetCellStyle(row, col, styleName)
public void SetCellStyle( 
   int row,
   int col,
   string styleName
)
public:
void SetCellStyle( 
   int row,
   int col,
   String^ styleName
) 

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback