Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CategoryCollection Class / SetItem Method

In This Topic
    SetItem Method (CategoryCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As Category _
    ) 
    protected virtual void SetItem( 
       int index,
       Category item
    )

    Parameters

    index
    item
    See Also