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


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