[]
Modifies the location of a single sparkline.
void ModifyLocation(string location)
Sub ModifyLocation(location As String)
Type | Name | Description |
---|---|---|
string | location | The cell that contains the sparkline. |
Modifies the location of a single sparkline.
void ModifyLocation(int row, int column)
Sub ModifyLocation(row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the row of new location. |
int | column | An integer value indicates the column of new location. |