SparklineGroupCollection.Add

SparklineGroupCollection.Add method

Adds an SparklineGroup item to the collection.

public int Add(SparklineType type, string dataRange, bool isVertical, CellArea locationRange)
ParameterTypeDescription
typeSparklineTypeSpecifies the type of the Sparkline group.
dataRangeStringSpecifies the data range of the sparkline group.
isVerticalBooleanSpecifies whether to plot the sparklines from the data range by row or by column.
locationRangeCellAreaSpecifies where the sparklines to be placed.

Return Value

SparklineGroup object index.

See Also