[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupSupport.ExpandRangeGroup

ExpandRangeGroup Method

ExpandRangeGroup(RangeGroupInfo, bool, bool)

Expands or collapses an outline (range group) of rows or columns, by specified group.

Declaration
void ExpandRangeGroup(RangeGroupInfo group, bool isRowGroup, bool expand)
Sub ExpandRangeGroup(group As RangeGroupInfo, isRowGroup As Boolean, expand As Boolean)
Parameters
Type Name Description
RangeGroupInfo group

Outline (range group) to expand or collapse

bool isRowGroup

Whether the outline (range group) is of rows

bool expand

Whether the action is to expand

ExpandRangeGroup(int, int, bool, bool)

Expands or collapses an outline (range group) of rows or columns, by specified level and index.

Declaration
void ExpandRangeGroup(int level, int endIndex, bool isRowGroup, bool expand)
Sub ExpandRangeGroup(level As Integer, endIndex As Integer, isRowGroup As Boolean, expand As Boolean)
Parameters
Type Name Description
int level

Level of the outline (range group) to expand or collapse

int endIndex

End index of the outline (range group) to expand or collapse

bool isRowGroup

Whether the outline (range group) is of rows

bool expand

Whether the action is to expand