ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / beginMoveColumn Method

In This Topic
    beginMoveColumn Method (Split)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub beginMoveColumn( _
       ByVal p As Point, _
       ByVal col As Integer _
    ) 
    protected virtual void beginMoveColumn( 
       Point p,
       int col
    )

    Parameters

    p
    col
    See Also