DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / GroupDescription Class / GroupDescription Constructor
The path of the data item to which the group operation will be applied.

In This Topic
    GroupDescription Constructor
    In This Topic
    Initializes a new instance of the GroupDescription class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal groupPath As String _
    )
    public GroupDescription( 
       string groupPath
    )

    Parameters

    groupPath
    The path of the data item to which the group operation will be applied.
    See Also