Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragFillUndoAction Class / rowInfo Field


In This Topic
    rowInfo Field (CellDragFillUndoAction)
    In This Topic
    Specifies the previous row-level settings of the target range (before drag and fill).
    Syntax
    'Declaration
     
    
    Protected rowInfo As RowClipInfoRange
    'Usage
     
    
    Dim instance As CellDragFillUndoAction
    Dim value As RowClipInfoRange
     
    value = instance.rowInfo
     
    instance.rowInfo = value
    protected RowClipInfoRange rowInfo
    See Also