Spread WPF 17
GrapeCity.Excel Namespace / ExcelSparkline Class / Location Property


In This Topic
    Location Property (ExcelSparkline)
    In This Topic
    Specifies the cell range in which the sparkline is located.
    Syntax
    'Declaration
     
    Public Property Location As IRange
    'Usage
     
    Dim instance As ExcelSparkline
    Dim value As IRange
     
    instance.Location = value
     
    value = instance.Location
    public IRange Location {get; set;}
    Remarks
    It should specify exactly one cell
    See Also