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


In This Topic
    cellRange Field (ClipboardCutUndoAction)
    In This Topic
    Specifies the cell range of the Clipboard operation.
    Syntax
    'Declaration
     
    
    Protected cellRange As CellRange
    'Usage
     
    
    Dim instance As ClipboardCutUndoAction
    Dim value As CellRange
     
    value = instance.cellRange
     
    instance.cellRange = value
    protected CellRange cellRange
    See Also