Spread Silverlight Documentation
Ranges Property (FormattingRuleBase)


GrapeCity.Windows.SpreadSheet.Data Namespace > FormattingRuleBase Class : Ranges Property
Gets the cell range collection for the rule.
Syntax
'Declaration
 
Public Property Ranges As CellRange()
'Usage
 
Dim instance As FormattingRuleBase
Dim value() As CellRange
 
instance.Ranges = value
 
value = instance.Ranges
public CellRange[] Ranges {get; set;}

Property Value

The cell range collection. The value is never null.
See Also

Reference

FormattingRuleBase Class
FormattingRuleBase Members