[]
Groups the selected sparklines.
bool Group(string location)
Function Group(location As String) As Boolean
Type | Name | Description |
---|---|---|
string | location | The location of the first cell in the group. |
Type | Description |
---|---|
bool |
|
Groups the selected sparklines.
bool Group(int row, int column)
Function Group(row As Integer, column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | The row of the first cell in the group. |
int | column | The column of the first cell in the group. |
Type | Description |
---|---|
bool |
|