SparklineGroup
Add Method
|
Adds a new Sparkline to the collection.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SparklineCollection Add()
Public Function Add As SparklineCollection
public:
virtual SparklineCollection^ Add() sealed
abstract Add : unit -> SparklineCollection
override Add : unit -> SparklineCollection
Return Value
Type:
SparklineCollection
The updated SparklineCollection with the new Sparkline added.
Implements
ISparklineGroup
Add
See Also