Spread WPF 17
GrapeCity.Excel Namespace / ExcelHighlightingRule Class / DifferentialFormattingId Property


In This Topic
    DifferentialFormattingId Property (ExcelHighlightingRule)
    In This Topic
    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 Integer
    'Usage
     
    Dim instance As ExcelHighlightingRule
    Dim value As Integer
     
    instance.DifferentialFormattingId = value
     
    value = instance.DifferentialFormattingId
    public int DifferentialFormattingId {get; set;}

    Property Value

    The index of the differential formatting
    See Also