[]
Modify the location of the sparkline group.
void ModifyLocation(int row, int column)
Sub ModifyLocation(row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the anchor row of target location. |
int | column | An integer value indicates the anchor column of target location. |
Modify the location of the sparkline group.
void ModifyLocation(string location)
Sub ModifyLocation(location As String)
Type | Name | Description |
---|---|---|
string | location | The range that represents the location of the sparkline group. |