Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / 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 the given range source. Can be one of the following RowCol constants: 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 the given range source. Can be one of the following RowCol constants: Rows or Columns.
    See Also