Spread Windows Forms 10.0 Product Documentation
Group Constructor(GroupDataModel,Group,Int32,Boolean)


Group data model target
Group parent
Column index
Whether items are shown in ascending order
Creates a new group of rows with the specified display settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal target As GroupDataModel, _
   ByVal parent As Group, _
   ByVal column As Integer, _
   ByVal ascending As Boolean _
)
'Usage
 
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)
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 in ascending order
Requirements

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

See Also

Reference

Group Class
Group Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.