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


In This Topic
    DataRange Property (ExcelSparkline)
    In This Topic
    Specifies the date range for the sparkline group
    Syntax
    'Declaration
     
    Public Property DataRange As IExternalRange
    'Usage
     
    Dim instance As ExcelSparkline
    Dim value As IExternalRange
     
    instance.DataRange = value
     
    value = instance.DataRange
    public IExternalRange DataRange {get; set;}
    Remarks
    If a single-sheet-area is specified, that single-sheet-area must contain cells from either a single row or a single column
    See Also