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