Spread Silverlight Documentation
DifferentialFormattingId Property (ExcelGeneralRule)


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

Property Value

The id of the DXF
See Also

Reference

ExcelGeneralRule Class
ExcelGeneralRule Members