Spread Silverlight Documentation
Location Property (ExcelSparkline)


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

Reference

ExcelSparkline Class
ExcelSparkline Members