Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / GetCellStyleDisplay Method

In This Topic
    GetCellStyleDisplay Method (C1AgendaView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetCellStyleDisplay( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As C1.Win.C1FlexGrid.CellStyle
    public C1.Win.C1FlexGrid.CellStyle GetCellStyleDisplay( 
       System.int row,
       System.int col
    )

    Parameters

    row
    col
    See Also