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

XlSparkline.Location Property

Gets or sets the location of an individual sparkline in a worksheet.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlCellRange Location { get; set; }

Property Value

Type Description
XlCellRange

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

See Also