[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.Group

Group Class

Represents the group of rows for the grouping display (also called Outlook-style grouping).

Inheritance
Group
Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public class Group
Public Class Group

Constructors

Name Description
Group(GroupDataModel, Group, int, bool)

Creates a new group of rows with the specified display settings.

Group(GroupDataModel, Group, string, int, bool)

Creates a new group of rows with the specified diplay settings and the specified text.

Properties

Name Description
Ascending

Gets whether the rows in the group are displayed in ascending order.

Column

Gets the index of the column by which to perform the grouping.

Expanded

Gets or sets whether the rows in the group are expanded.

Parent

Gets the parent of the group.

Rows

Gets the array of rows in the group.

Text

Gets or sets the text string for the group.