Clear(Int32,Int32,Int32,Int32,Boolean,Boolean) Method
In This Topic
Clears the sparkline(s) in the specified cell range.
Syntax
'Declaration
Public Overloads Sub Clear( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer, _
ByVal As Boolean, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As SparklineStorage
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim deleting As Boolean
Dim deleteGroup As Boolean
instance.Clear(row, column, rowCount, columnCount, deleting, deleteGroup)
Parameters
- row
- An integer value indicates the row of sparkline(s).
- column
- An integer value indicates the column of sparkline(s).
- rowCount
- An integer value indicates the row count of the cell range.
- columnCount
- An integer value indicates the column count of the cell range.
- deleting
true
if the Sparkline.DataRange should be deleted; otherwise, false
.- deleteGroup
true
if the empty sparkline group is deleted; otherwise, false
.
See Also