[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISparklineGroup.ModifyLocation

ModifyLocation Method

ModifyLocation(int, int)

Modify the location of the sparkline group.

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 anchor row of target location.

int column

An integer value indicates the anchor column of target location.

ModifyLocation(string)

Modify the location of the sparkline group.

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

The range that represents the location of the sparkline group.