GroupSparkline(CellRange) Method
In This Topic
Groups the sparkline.
Syntax
'Declaration
Public Overloads Sub GroupSparkline( _
ByVal As CellRange _
)
'Usage
Dim instance As Cell
Dim cellRange As CellRange
instance.GroupSparkline(cellRange)
public void GroupSparkline(
CellRange
)
Parameters
- cellRange
- The cell range.
See Also