FarPoint.Win.Spread
cellRanges Field
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ConditionalFormatUndoActionBase Class : cellRanges Field


Specifies the cell range of the Clear Conditional Formatting

Syntax

Visual Basic (Declaration) 
Protected cellRanges As CellRange()
Visual Basic (Usage)Copy Code
Dim instance As ConditionalFormatUndoActionBase
Dim value() As CellRange
 
value = instance.cellRanges
 
instance.cellRanges = value
C# 
protected CellRange[] cellRanges

See Also