Spread Silverlight Documentation
Ranges Property (FormattingRuleBase)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FormattingRuleBase Class
FormattingRuleBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.