SparklineGroupCollection.GetSparklineGroup(Cell) Method
In This Article
Returns a SparklineGroup object that occupies the specified cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
SparklineGroup GetSparklineGroup(
Cell cell
)
#Parameters
Name | Type | Description |
---|---|---|
cell | Cell | A Cell object specifying a cell occupied by the sparkline group to be returned. |
#Returns
Type | Description |
---|---|
Sparkline |
A Sparkline Null (Nothing in VB), if the cell doesn’t contain any sparkline. |
See Also