Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ColumnMoveUndoAction Class / moveContent Field


In This Topic
    moveContent Field (ColumnMoveUndoAction)
    In This Topic
    Specifies whether to move the content.
    Syntax
    'Declaration
     
    
    Protected moveContent As Boolean
    'Usage
     
    
    Dim instance As ColumnMoveUndoAction
    Dim value As Boolean
     
    value = instance.moveContent
     
    instance.moveContent = value
    protected bool moveContent
    See Also