Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkline Interface / Location Property


In This Topic
    Location Property (ISparkline)
    In This Topic
    Gets or sets the location of a single sparkline.
    Syntax
    'Declaration
     
    
    Property Location As IRange
    'Usage
     
    
    Dim instance As ISparkline
    Dim value As IRange
     
    instance.Location = value
     
    value = instance.Location
    IRange Location {get; set;}
    See Also