Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowResizeUndoAction Class / rows Field


In This Topic
    rows Field
    In This Topic
    Specifies the row height change extents.
    Syntax
    'Declaration
     
    
    Protected rows As RowHeightChangeExtents()
    'Usage
     
    
    Dim instance As RowResizeUndoAction
    Dim value() As RowHeightChangeExtents()
     
    value = instance.rows
     
    instance.rows = value
    protected RowHeightChangeExtents[] rows
    See Also