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

In This Topic
    GetCellImage(Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellImage( _
       ByVal row As System.Integer, _
       ByVal colName As System.String _
    ) As System.Drawing.Image
    public System.Drawing.Image GetCellImage( 
       System.int row,
       System.string colName
    )

    Parameters

    row
    colName
    See Also