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

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

    Parameters

    idx
    See Also