Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Location Property


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