ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / InsertHorizontalSplit Method

In This Topic
    InsertHorizontalSplit Method (C1Combo)
    In This Topic
    Inserts a horizontal split at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub InsertHorizontalSplit( _
       ByVal idx As Integer _
    ) 
    public void InsertHorizontalSplit( 
       int idx
    )

    Parameters

    idx
    See Also