Spread Silverlight Documentation
Location Property (IExcelSparkline)


GrapeCity.Excel Namespace > IExcelSparkline Interface : Location Property
Specifies the cell range in which the sparkline is located.
Syntax
'Declaration
 
Property Location As IRange
'Usage
 
Dim instance As IExcelSparkline
Dim value As IRange
 
instance.Location = value
 
value = instance.Location
IRange Location {get; set;}
Remarks
It should specify exactly one cell
See Also

Reference

IExcelSparkline Interface
IExcelSparkline Members