Back to Devexpress

Sparkline.Position Property

officefileapi-devexpress-dot-spreadsheet-dot-sparkline-9369cca7.md

latest1.4 KB
Original Source

Sparkline.Position Property

Returns the position of an individual sparkline in a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CellRange Position { get; }
vb
ReadOnly Property Position As CellRange

Property Value

TypeDescription
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

SetPosition(Int32, Int32)

Sparkline Interface

Sparkline Members

DevExpress.Spreadsheet Namespace