Spread Silverlight Documentation
Type Property (ExcelHighlightingRule)


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

Property Value

The type of the conditional formatting rule.
See Also

Reference

ExcelHighlightingRule Class
ExcelHighlightingRule Members