Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / DateRange Property


In This Topic
    DateRange Property (ISparklineGroup)
    In This Topic
    Gets or sets the date range for the sparkline group.
    Syntax
    'Declaration
     
    
    Property DateRange As String
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim value As String
     
    instance.DateRange = value
     
    value = instance.DateRange
    string DateRange {get; set;}
    See Also