Spread Windows Forms 6.0 Product Documentation
Group Constructor(GroupDataModel,Group,Int32,Boolean)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > Group Class > Group Constructor : Group Constructor(GroupDataModel,Group,Int32,Boolean)


target
Group data model target
parent
Group parent
column
Column index
ascending
Whether items are shown ascending

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal target As GroupDataModel, _
   ByVal parent As Group, _
   ByVal column As Integer, _
   ByVal ascending As Boolean _
)
Visual Basic (Usage)Copy Code
Dim target As GroupDataModel
Dim parent As Group
Dim column As Integer
Dim ascending As Boolean
 
Dim instance As New Group(target, parent, column, ascending)
C# 
public Group( 
   GroupDataModel target,
   Group parent,
   int column,
   bool ascending
)

Parameters

target
Group data model target
parent
Group parent
column
Column index
ascending
Whether items are shown ascending

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.