Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / GetCellStyle Method / GetCellStyle(Int32,String) Method

In This Topic
    GetCellStyle(Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellStyle( _
       ByVal row As System.Integer, _
       ByVal colName As System.String _
    ) As C1.Win.C1FlexGrid.CellStyle
    public C1.Win.C1FlexGrid.CellStyle GetCellStyle( 
       System.int row,
       System.string colName
    )

    Parameters

    row
    colName
    See Also