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


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