'Declaration
Public Overloads Sub Clear( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal deleting As Boolean, _ Optional ByVal deleteGroup As Boolean _ )
'Usage
Dim instance As SparklineStorage Dim row As Integer Dim column As Integer Dim deleting As Boolean Dim deleteGroup As Boolean instance.Clear(row, column, deleting, deleteGroup)
Parameters
- row
- An integer value indicates the row of sparkline.
- column
- An integer value indicates the column of sparkline.
- deleting
true
if the Sparkline.DataRange should be deleted; otherwise,false
.- deleteGroup
true
if the empty sparkline group is deleted; otherwise,false
.