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

In This Topic
    AddItem(String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AddItem( _
       ByVal item As System.String _
    ) As C1.Win.C1FlexGrid.Row
    public C1.Win.C1FlexGrid.Row AddItem( 
       System.string item
    )

    Parameters

    item
    See Also