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

In This Topic
    SetCellStyle(Int32,Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetCellStyle( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer, _
       ByVal styleName As System.String _
    ) 
    public void SetCellStyle( 
       System.int row,
       System.int col,
       System.string styleName
    )

    Parameters

    row
    col
    styleName
    See Also