Spread Silverlight Documentation
Priority Property (ExcelColorScaleRule)


The priority of the conditional formatting rule. The value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values. where '1' is the highest priority.
Syntax
'Declaration
 
Public Property Priority As System.Integer
'Usage
 
Dim instance As ExcelColorScaleRule
Dim value As System.Integer
 
instance.Priority = value
 
value = instance.Priority
public System.int Priority {get; set;}

Property Value

The priority of the rule
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

ExcelColorScaleRule Class
ExcelColorScaleRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.