Spread WPF 17
GrapeCity.Excel Namespace / IExcelSparkline Interface / Location Property


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