GetCellStyle(Int32,String) Method
'Declaration
Public Overloads Function GetCellStyle( _
ByVal As Integer, _
ByVal As String _
) As CellStyle
public CellStyle GetCellStyle(
int ,
string
)
Parameters
- row
- Row index.
- colName
- Column name.
Return Value
C1.Win.C1FlexGrid.CellStyle object associated with the cell, or null if the cell doesn't have a custom style.