Spread.Services Documentation
Add(IRange) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
GrapeCity.Documents.Spread.Drawing Namespace
>
ISeriesCollection Interface
>
Add Method
: Add(IRange) Method
The new data, a Range object.
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
C#
void
Add(
IRange
source
)
Parameters
source
The new data, a Range object.
See Also
Reference
ISeriesCollection Interface
ISeriesCollection Members
Overload List