Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / GetSparkline Method / GetSparkline(Int32,Int32,ISparklineGroup,ISparkline) Method
The row.
The column.
The sparkline group information in the specified location.
The sparkline.


In This Topic
    GetSparkline(Int32,Int32,ISparklineGroup,ISparkline) Method
    In This Topic
    Gets the sparkline in the specified location.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSparkline( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByRef sparklineGroup As ISparklineGroup, _
       ByRef sparkline As ISparkline _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultSparklineContainer
    Dim row As Integer
    Dim column As Integer
    Dim sparklineGroup As ISparklineGroup
    Dim sparkline As ISparkline
    Dim value As Boolean
     
    value = instance.GetSparkline(row, column, sparklineGroup, sparkline)

    Parameters

    row
    The row.
    column
    The column.
    sparklineGroup
    The sparkline group information in the specified location.
    sparkline
    The sparkline.

    Return Value

    true if the sparkline exists in the location.
    See Also