Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ISeriesCollection Interface / add Method / add(IRange,RowCol) Method
The new data, a Range object.
Specifies whether the new values are in the rows or columns of thegiven range source. Can be one of the following RowColconstants: Rows or Columns.
In This Topic
    add(IRange,RowCol) Method
    In This Topic
    Adds one or more new series to the ISeriesCollection collection.
    Syntax
    void add( 
       IRange source,
       RowCol rowCol
    )

    Parameters

    source
    The new data, a Range object.
    rowCol
    Specifies whether the new values are in the rows or columns of thegiven range source. Can be one of the following RowColconstants: Rows or Columns.
    See Also