Skip to main content
Row

Sparkline.Position Property

Returns the position of an individual sparkline in a worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CellRange Position { get; }

Property Value

Type Description
CellRange

A CellRange object that specifies the cell in which the sparkline is located.

Remarks

To move a sparkline to another location, call the Sparkline.SetPosition method.

See Also