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


In This Topic
    rowInfoSource Field
    In This Topic
    Specifies the row-level contents of source range (before the drag and drop), if copy is false.
    Syntax
    'Declaration
     
    
    Protected rowInfoSource As RowClipInfoRange
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As RowClipInfoRange
     
    value = instance.rowInfoSource
     
    instance.rowInfoSource = value
    protected RowClipInfoRange rowInfoSource
    See Also