SparklineGroup
SparklineList Property
|
Gets the collection of sparklines associated with the current instance.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SparklineCollection SparklineList { get; }
Public ReadOnly Property SparklineList As SparklineCollection
Get
public:
property SparklineCollection^ SparklineList {
SparklineCollection^ get ();
}
member SparklineList : SparklineCollection with get
Property Value
Type:
SparklineCollection
See Also