Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ColumnResizeUndoAction Class / size Field


In This Topic
    size Field (ColumnResizeUndoAction)
    In This Topic
    Specifies the size.
    Syntax
    'Declaration
     
    
    Protected size As Integer
    'Usage
     
    
    Dim instance As ColumnResizeUndoAction
    Dim value As Integer
     
    value = instance.size
     
    instance.size = value
    protected int size
    See Also