Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / Add Method
The System.Object to add.

In This Topic
    Add Method (LabelStorage)
    In This Topic
    Adds an existing item to the internal list.
    Syntax
    'Declaration
     
    
    Public Overridable Function Add( _
       ByVal value As Object _
    ) As Integer
    public virtual int Add( 
       object value
    )

    Parameters

    value
    The System.Object to add.

    Return Value

    The position into which the new element was inserted.
    See Also