Spread Silverlight Documentation
DifferentialFormattingId Property (ExcelHighlightingRule)


GrapeCity.Excel Namespace > ExcelHighlightingRule Class : DifferentialFormattingId Property
Gets or sets the id of the differential formatting which is used to locate the IDifferentialFormatting instance from the workbook.
Syntax
'Declaration
 
Public Property DifferentialFormattingId As System.Integer
'Usage
 
Dim instance As ExcelHighlightingRule
Dim value As System.Integer
 
instance.DifferentialFormattingId = value
 
value = instance.DifferentialFormattingId
public System.int DifferentialFormattingId {get; set;}

Property Value

The index of the differential formatting
See Also

Reference

ExcelHighlightingRule Class
ExcelHighlightingRule Members