Spread Silverlight Documentation
Type Property (IExcelHighlightingRule)


GrapeCity.Excel Namespace > IExcelHighlightingRule Interface : Type Property
Gets or sets the type of the conditional formatting rule.
Syntax
'Declaration
 
Property Type As ExcelConditionalFormatType
'Usage
 
Dim instance As IExcelHighlightingRule
Dim value As ExcelConditionalFormatType
 
instance.Type = value
 
value = instance.Type
ExcelConditionalFormatType Type {get; set;}

Property Value

The type of the conditional formatting rule.
See Also

Reference

IExcelHighlightingRule Interface
IExcelHighlightingRule Members