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


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