Back to Devexpress

SparklineGroupCollection.GetSparklineGroup(Cell) Method

officefileapi-devexpress-dot-spreadsheet-dot-sparklinegroupcollection-dot-getsparklinegroup-x28-devexpress-dot-spreadsheet-dot-cell-x29.md

latest1.9 KB
Original Source

SparklineGroupCollection.GetSparklineGroup(Cell) Method

Returns a SparklineGroup object that occupies the specified cell.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
SparklineGroup GetSparklineGroup(
    Cell cell
)
vb
Function GetSparklineGroup(
    cell As Cell
) As SparklineGroup

Parameters

NameTypeDescription
cellCell

A Cell object specifying a cell occupied by the sparkline group to be returned.

|

Returns

TypeDescription
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

GetSparklineGroups(CellRange)

SparklineGroupCollection Interface

SparklineGroupCollection Members

DevExpress.Spreadsheet Namespace