[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.IsCollapsed

IsCollapsed Method

IsCollapsed(int, bool)

Determines if a row or column belongs to any closed outline (range group).

Declaration
public bool IsCollapsed(int index, bool isRowGroup)
Public Function IsCollapsed(index As Integer, isRowGroup As Boolean) As Boolean
Parameters
Type Name Description
int index

Row or column index

bool isRowGroup

Whether the outline (range group) is of rows

Returns
Type Description
bool

Boolean: true if the row or column belongs to a closed range group; otherwise, false

Implements