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


In This Topic
    DataRange Property (IExcelSparkline)
    In This Topic
    Specifies the date range for the sparkline group
    Syntax
    'Declaration
     
    Property DataRange As IExternalRange
    'Usage
     
    Dim instance As IExcelSparkline
    Dim value As IExternalRange
     
    instance.DataRange = value
     
    value = instance.DataRange
    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