Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ISeriesCollection Interface / Add Method / Add(IRange) Method
The new data, a Range object.
In This Topic
    Add(IRange) Method
    In This Topic
    Adds one or more new series to the ISeriesCollection collection. Spread will determine where the values are by the size and orientation of the selected range.
    Syntax
    void Add( 
       IRange source
    )

    Parameters

    source
    The new data, a Range object.
    See Also