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 As Integer, _
ByVal column As Integer, _
ByVal As SheetView, _
ByVal As CellRange, _
ByVal As Boolean, _
ByVal columnRelative As Boolean, _
ByVal 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