GrapeCity.Xaml.Excel
Priority Property (IExcelConditionalFormatRule)


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
 
Property Priority As Integer
'Usage
 
Dim instance As IExcelConditionalFormatRule
Dim value As Integer
 
instance.Priority = value
 
value = instance.Priority
int Priority {get; set;}

Property Value

The priority of the rule
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelConditionalFormatRule Interface
IExcelConditionalFormatRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options