Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / rowInfo Field


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