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

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

    Parameters

    item
    index
    See Also