[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISparklineGroups.Group

Group Method

Group(string)

Groups the selected sparklines.

Declaration
bool Group(string location)
Function Group(location As String) As Boolean
Parameters
Type Name Description
string location

The location of the first cell in the group.

Returns
Type Description
bool

true if sparklines are groupped successful; otherwise, false.

Group(int, int)

Groups the selected sparklines.

Declaration
bool Group(int row, int column)
Function Group(row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
int row

The row of the first cell in the group.

int column

The column of the first cell in the group.

Returns
Type Description
bool

true if sparklines are groupped successful; otherwise, false.