Spread WPF 17
GrapeCity.Excel Namespace / ExcelGeneralRule Class / Type Property


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

    Property Value

    Type of conditional formatting rule.
    See Also