Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetSparkline(Int32,Int32) Method
The row.
The column.
Example


In This Topic
    GetSparkline(Int32,Int32) Method
    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)
    public Sparkline GetSparkline( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    Example

    This example uses the GetSparkline method.

    See Also