Spread WPF Documentation
Ranges Property (FormattingRuleBase)


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

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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

FormattingRuleBase Class
FormattingRuleBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.