FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowMoveUndoAction Class / moveContent Field


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