Sparkline.Position Property
In This Article
Returns the position of an individual sparkline in a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Cell |
A Cell |
#Remarks
To move a sparkline to another location, call the Sparkline.SetPosition method.
See Also