[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel.Expands

Expands Method

Expands(int, bool, bool)

Expands an outline (range group) at a specified index.

Declaration
void Expands(int index, bool isRowGroup, bool expand)
Sub Expands(index As Integer, isRowGroup As Boolean, expand As Boolean)
Parameters
Type Name Description
int index

Index to expand or collapse

bool isRowGroup

Whether the outline (range group) is of rows

bool expand

Whether the action is to expand

Expands(int, int, bool, bool)

Expands an outline (range group) at the specified indexes.

Declaration
void Expands(int startIndex, int count, bool isRowGroup, bool expand)
Sub Expands(startIndex As Integer, count As Integer, isRowGroup As Boolean, expand As Boolean)
Parameters
Type Name Description
int startIndex

Start index to expand or collapse

int count

Number of rows or columns to expand or collapse

bool isRowGroup

Whether the outline (range group) is of rows

bool expand

Whether the action is to expand