SparklineStorage Class Members
In This Topic
The following tables list the members exposed by SparklineStorage.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| AddSparklineGroup | Adds the sparkline group to this sparkline storage. |
| Clear | Overloaded. Clear the sparkline at the specified cell. |
| Copy | Copies a range of cells and pastes it into a range of cells at the specified location. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) |
| GetSparklineGroup | Gets the sparkline group at the specified index. |
| InsertColumns | Inserts column(s) to the Worksheet at the specified position. |
| InsertRows | Inserts row(s) to the Worksheet at the specified position. |
| IsAvailable | Overloaded. Gets a boolean value indicating whether there is at least one item. |
| RemoveColumns | Removes one or more columns starting with the column at the specified position. |
| RemoveRows | Removes one or more rows starting with the row at the specified position. |
| UpdateSparklineGroup | Synchronize sparkline group's data with worksheet. |
Top
See Also