Spread WPF 17
GrapeCity.Excel Namespace / IExcelHighlightingRule Interface / Type Property


In This Topic
    Type Property (IExcelHighlightingRule)
    In This Topic
    Gets or sets the type of the conditional formatting rule.
    Syntax
    'Declaration
     
    Shadows Property Type As ExcelConditionalFormatType
    'Usage
     
    Dim instance As IExcelHighlightingRule
    Dim value As ExcelConditionalFormatType
     
    instance.Type = value
     
    value = instance.Type
    new ExcelConditionalFormatType Type {get; set;}

    Property Value

    The type of the conditional formatting rule.
    See Also