[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel.IsCollapsed

IsCollapsed Method

IsCollapsed(int, bool)

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

Declaration
bool IsCollapsed(int index, bool isRowGroup)
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