Spread Silverlight Documentation
DifferentialFormattingId Property (IExcelGeneralRule)


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

Property Value

The index of the differential formatting
See Also

Reference

IExcelGeneralRule Interface
IExcelGeneralRule Members