[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.ExpandRangeGroup

ExpandRangeGroup Method

ExpandRangeGroup(RangeGroupInfo, bool, bool)

Expands or collapses a specified outline (range group) of rows or columns.

Declaration
public void ExpandRangeGroup(RangeGroupInfo group, bool isRowGroup, bool expand)
Public 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 is a group of rows

bool expand

Whether the action is to expand the outline

Implements

ExpandRangeGroup(int, int, bool, bool)

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

Declaration
public void ExpandRangeGroup(int level, int endIndex, bool isRowGroup, bool expand)
Public 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 is a group of rows

bool expand

Whether the action is to expand

Implements