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


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

    Property Value

    Type of conditional formatting rule.
    See Also