'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.