GrapeCity.Xaml.Excel
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 Integer
'Usage
 
Dim instance As ExcelGeneralRule
Dim value As Integer
 
instance.DifferentialFormattingId = value
 
value = instance.DifferentialFormattingId
public int DifferentialFormattingId {get; set;}

Property Value

The id of the DXF
See Also

Reference

ExcelGeneralRule Class
ExcelGeneralRule Members