Spread Silverlight Documentation
DataRange Property (ExcelSparkline)


GrapeCity.Excel Namespace > ExcelSparkline Class : DataRange Property
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

Reference

ExcelSparkline Class
ExcelSparkline Members