[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.Expands

Expands Method

Expands(int, bool, bool)

Expands an outline (range group) of the specified index.

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

Row or column index

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) of the specified index.

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

The start row or column index.

int count

The count.

bool isRowGroup

Whether the outline (range group) is of rows

bool expand

Whether the action is to expand