Spread Silverlight Documentation
GetSparkline Method (ISparklineSheet)


GrapeCity.Windows.SpreadSheet.Data Namespace > ISparklineSheet Interface : GetSparkline Method
The row.
The column.
Gets the sparkline.
Syntax
'Declaration
 
Function GetSparkline( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As Sparkline
'Usage
 
Dim instance As ISparklineSheet
Dim row As System.Integer
Dim column As System.Integer
Dim value As Sparkline
 
value = instance.GetSparkline(row, column)
Sparkline GetSparkline( 
   System.int row,
   System.int column
)

Parameters

row
The row.
column
The column.

Return Value

The sparkline.
See Also

Reference

ISparklineSheet Interface
ISparklineSheet Members