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

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

    Parameters

    index
    item
    See Also