Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Group Constructor / Group Constructor(GroupDataModel,Group,String,Int32,Boolean)
Group data model target
Group parent
Text string to display
Column index
Whether items are shown in ascending order


In This Topic
    Group Constructor(GroupDataModel,Group,String,Int32,Boolean)
    In This Topic
    Creates a new group of rows with the specified diplay settings and the specified text.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal target As GroupDataModel, _
       ByVal parent As Group, _
       ByVal text As String, _
       ByVal column As Integer, _
       ByVal ascending As Boolean _
    )
    'Usage
     
    
    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)

    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
    See Also