Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparkline Class / ExcelSparkline Constructor / ExcelSparkline Constructor(Int32,Int32,String)
The row.
The column.
The formula that represents the sheet cell range.


In This Topic
ExcelSparkline Constructor(Int32,Int32,String)
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 formula As String _
)
 
'Usage
 
Dim row As Integer
Dim column As Integer
Dim formula As String
 
Dim instance As New ExcelSparkline(row, column, formula)

Parameters

row
The row.
column
The column.
formula
The formula that represents the sheet cell range.
See Also