FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / Select Method

In This Topic
    Select Method (C1FlexComboBox)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    public void Select( 
       int start,
       int length
    )

    Parameters

    start
    length
    See Also