Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / cellInfoSource Field


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