Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparkline Class / ExcelSparkline Constructor / ExcelSparkline Constructor(Int32,Int32,SheetView,CellRange)
The row.
The column.
The sheet view.
The cell range.


In This Topic
    ExcelSparkline Constructor(Int32,Int32,SheetView,CellRange)
    In This Topic
    Initializes a new instance of the ExcelSparkline class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal sheetView As SheetView, _
       ByVal cellRange As CellRange _
    )
    'Usage
     
    
    Dim row As Integer
    Dim column As Integer
    Dim sheetView As SheetView
    Dim cellRange As CellRange
     
    Dim instance As New ExcelSparkline(row, column, sheetView, cellRange)
    public ExcelSparkline( 
       int row,
       int column,
       SheetView sheetView,
       CellRange cellRange
    )

    Parameters

    row
    The row.
    column
    The column.
    sheetView
    The sheet view.
    cellRange
    The cell range.
    See Also