Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveEventArgs Class / MoveContent Property


In This Topic
    MoveContent Property
    In This Topic
    Gets or sets whether the move operation moves the contents of the rows or columns (and rows or columns in between) without changing the index mapping.
    Syntax
    'Declaration
     
    
    Public Property MoveContent As Boolean
    'Usage
     
    
    Dim instance As DragMoveEventArgs
    Dim value As Boolean
     
    instance.MoveContent = value
     
    value = instance.MoveContent
    public bool MoveContent {get; set;}
    See Also