Skip to main content
A newer version of this page is available. .
Row

Sparkline.Position Property

Returns the position of an individual sparkline in a worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

Range Position { get; }

Property Value

Type Description
Range

A Range 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