Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ConditionalFormatUndoActionBase Class / cellRanges Field


In This Topic
    cellRanges Field
    In This Topic
    Specifies the cell range of the Clear Conditional Formatting
    Syntax
    'Declaration
     
    
    Protected cellRanges As CellRange()
    'Usage
     
    
    Dim instance As ConditionalFormatUndoActionBase
    Dim value() As CellRange()
     
    value = instance.cellRanges
     
    instance.cellRanges = value
    protected CellRange[] cellRanges
    See Also