Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / GetRowAppointment Method / GetRowAppointment(DataRow) Method
The row index.

In This Topic
    GetRowAppointment(DataRow) Method
    In This Topic
    Returns the C1.C1Schedule.Appointment object associated with the specified row in the current view.
    Syntax
    'Declaration
     
    Protected Overloads Function GetRowAppointment( _
       ByVal row As System.Data.DataRow _
    ) As Appointment
    protected Appointment GetRowAppointment( 
       System.Data.DataRow row
    )

    Parameters

    row
    The row index.

    Return Value

    See Also