Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class / cellInfo Field


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