[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISparkline.ModifyLocation

ModifyLocation Method

ModifyLocation(string)

Modifies the location of a single sparkline.

Declaration
void ModifyLocation(string location)
Sub ModifyLocation(location As String)
Parameters
Type Name Description
string location

The cell that contains the sparkline.

ModifyLocation(int, int)

Modifies the location of a single sparkline.

Declaration
void ModifyLocation(int row, int column)
Sub ModifyLocation(row As Integer, column As Integer)
Parameters
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.