FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetSparkline Method
Row index
Column index


In This Topic
GetSparkline Method (SheetView)
In This Topic
Gets the sparkline information.
Syntax
'Declaration
 
Public Function GetSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Sparkline
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As Sparkline
 
value = instance.GetSparkline(row, column)

Parameters

row
Row index
column
Column index
See Also