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


In This Topic
    cellInfo Field (CellDragDropUndoAction)
    In This Topic
    Specifies the previous contents of the target range (before the drag and drop).
    Syntax
    'Declaration
     
    
    Protected cellInfo As CellInfoRange
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As CellInfoRange
     
    value = instance.cellInfo
     
    instance.cellInfo = value
    protected CellInfoRange cellInfo
    See Also