Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Ungroup Method
Group index

In This Topic
    Ungroup Method
    In This Topic
    Removes the group status from the specified group.
    Syntax
    'Declaration
     
    Public Sub Ungroup( _
       ByVal groupIndex As Integer _
    ) 
    public void Ungroup( 
       int groupIndex
    )

    Parameters

    groupIndex
    Group index
    See Also