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


target
Group data model target
parent
Group parent
text
Text string to display
column
Column index
ascending
Whether items are shown in ascending order

Glossary Item Box

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

Syntax

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

Parameters

target
Group data model target
parent
Group parent
text
Text string to display
column
Column index
ascending
Whether items are shown in ascending order

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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