PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / Add Method
The object to add (if the current list already contains this object, an exception is thrown).

In This Topic
    Add Method (TableVectorGroupCollection)
    In This Topic
    Adds an object implementing the System.IComparable interface to the current list.
    Syntax
    'Declaration
     
    Protected Function Add( _
       ByVal obj As IComparable _
    ) As Integer
    protected int Add( 
       IComparable obj
    )

    Parameters

    obj
    The object to add (if the current list already contains this object, an exception is thrown).

    Return Value

    The index of the added object in the current list.
    See Also