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


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