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


In This Topic
    cellInfo Field (ClipboardCutUndoAction)
    In This Topic
    Specifies the cell Clipboard information.
    Syntax
    'Declaration
     
    
    Protected cellInfo As CellInfoRange
    'Usage
     
    
    Dim instance As ClipboardCutUndoAction
    Dim value As CellInfoRange
     
    value = instance.cellInfo
     
    instance.cellInfo = value
    protected CellInfoRange cellInfo
    See Also