Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / dx Field


In This Topic
    dx Field
    In This Topic
    Specifies the horizontal change in position.
    Syntax
    'Declaration
     
    
    Protected dx As Integer
    'Usage
     
    
    Dim instance As ChildChangeUndoAction
    Dim value As Integer
     
    value = instance.dx
     
    instance.dx = value
    protected int dx
    See Also