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

In This Topic
    GetDataDisplay(Int32,Int32,Image,CheckEnum) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetDataDisplay( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer, _
       ByRef img As System.Drawing.Image, _
       ByRef chk As C1.Win.C1FlexGrid.CheckEnum _
    ) As System.String
    public virtual System.string GetDataDisplay( 
       System.int row,
       System.int col,
       out System.Drawing.Image img,
       out C1.Win.C1FlexGrid.CheckEnum chk
    )

    Parameters

    row
    col
    img
    chk
    See Also