Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SparklineGroupCollection.GetSparklineGroup(Cell) Method

Returns a SparklineGroup object that occupies the specified cell.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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
SparklineGroup

A SparklineGroup object that is a sparkline group occupying the specified cell.

Null (Nothing in VB), if the cell doesn’t contain any sparkline.

See Also