Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparkline Class / ExcelSparkline Constructor / ExcelSparkline Constructor(Int32,Int32,SheetView,CellRange,Boolean,Boolean,Boolean)
The row.
The column.
The sheet view.
The cell range.
if set to true, the row coordinate is relative.
if set to true the column coordinate is relative.
if set to true, the cell range refers to the active sheet automatically.


In This Topic
    ExcelSparkline Constructor(Int32,Int32,SheetView,CellRange,Boolean,Boolean,Boolean)
    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, _
       ByVal rowRelative As Boolean, _
       ByVal columnRelative As Boolean, _
       ByVal autoReferToActiveSheet As Boolean _
    )
    'Usage
     
    
    Dim row As Integer
    Dim column As Integer
    Dim sheetView As SheetView
    Dim cellRange As CellRange
    Dim rowRelative As Boolean
    Dim columnRelative As Boolean
    Dim autoReferToActiveSheet As Boolean
     
    Dim instance As New ExcelSparkline(row, column, sheetView, cellRange, rowRelative, columnRelative, autoReferToActiveSheet)

    Parameters

    row
    The row.
    column
    The column.
    sheetView
    The sheet view.
    cellRange
    The cell range.
    rowRelative
    if set to true, the row coordinate is relative.
    columnRelative
    if set to true the column coordinate is relative.
    autoReferToActiveSheet
    if set to true, the cell range refers to the active sheet automatically.
    See Also