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


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