Sparkline.Position Property
Returns the position of an individual sparkline in a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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