Spread Silverlight Documentation
DataRange Property (IExcelSparkline)


GrapeCity.Excel Namespace > IExcelSparkline Interface : DataRange Property
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

Reference

IExcelSparkline Interface
IExcelSparkline Members