[]
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)