Name | Description | |
---|---|---|
SparklineStorage Constructor | Initializes a new instance of the SparklineStorage class. |
The following tables list the members exposed by SparklineStorage.
Name | Description | |
---|---|---|
SparklineStorage Constructor | Initializes a new instance of the SparklineStorage class. |
Name | Description | |
---|---|---|
ElementCount | Gets the total numbers of element(s) in the CellMatrix<T> (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
Item | Gets or sets a data item for the specified cell in the SparseMatrix. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
SparklineGroupCount | Gets the total number of sparkline groups. | |
Worksheet | Gets the owner worksheet. |
Name | Description | |
---|---|---|
AddSparklineGroup | Adds the sparkline group to this sparkline storage. | |
Clear | Overloaded. Clear the sparkline at the specified cell. | |
Clone | Clones this instance. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
Copy | Copies a range of cells and pastes it into a range of cells at the specified location. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
EnumerateNonEmptyItems | Loops through all non-empty items in the CellMatrix<T>. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
EnumerateNonEmptyValues | Loops through all non-empty items in the CellMatrix<T>. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
GetFlattenIndex | (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
GetNonEmptyItems | Copies a range of cells as a flatten array. (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. | |
Move | Moves a range of cells and pastes it into a range of cells at the specified location. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
MoveRange | (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
NextNonEmptyColumnInRow | Searches for the next non-empty column in the specified row of CellMatrix<T> object. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
NextNonEmptyRow | Searches for the next non-empty row in this CellMatrix<T> object. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
PreviousNonEmptyColumnInRow | Searches for the previous non-empty column in the specified row of CellMatrix<T> object. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
PreviousNonEmptyRow | Searches for the previous non-empty row in this CellMatrix<T> object. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
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. | |
Swap | Swaps a range of cells and pastes it with another range of cells at the specified location. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
TryGet | Gets the value associated with the specified cell. (Inherited from GrapeCity.Spreadsheet.CellMatrix<Sparkline>) | |
UpdateSparklineGroup | Synchronize sparkline group's data with worksheet. |
SparklineStorage Class
GrapeCity.Spreadsheet Namespace
GrapeCity.Spreadsheet.CellMatrix