[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.Group.-ctor

Group Constructor

Group(GroupDataModel, Group, int, bool)

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

Declaration
public Group(GroupDataModel target, Group parent, int column, bool ascending)
Public Sub New(target As GroupDataModel, parent As Group, column As Integer, ascending As Boolean)
Parameters
Type Name Description
GroupDataModel target

Group data model target

Group parent

Group parent

int column

Column index

bool ascending

Whether items are shown in ascending order

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

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

Declaration
public Group(GroupDataModel target, Group parent, string text, int column, bool ascending)
Public Sub New(target As GroupDataModel, parent As Group, text As String, column As Integer, ascending As Boolean)
Parameters
Type Name Description
GroupDataModel target

Group data model target

Group parent

Group parent

string text

Text string to display

int column

Column index

bool ascending

Whether items are shown in ascending order