Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardCutDataOnlyUndoAction Class / cellRange Field


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