'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)
Parameters
- row
- The row.
- column
- The column.
- sheetView
- The sheet view.
- cellRange
- The cell range.