GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceCollection Class / AddNew Method

In This Topic
    AddNew Method (ResourceCollection)
    In This Topic
    Adds a new item to the list.
    Syntax
    'Declaration
     
    Public Function AddNew() As Resource
    public Resource AddNew()

    Return Value

    The item added to the list.
    See Also