Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataBarRule Interface
Properties

In This Topic
    IExcelDataBarRule Interface Members
    In This Topic

    The following tables list the members exposed by IExcelDataBarRule.

    Public Properties
     NameDescription
     PropertyGets or sets the color of the data bar.  
     PropertyThe values of the maximum of the interpolation points in a gradient scale.  
     PropertyThe maximum length of the data bar, as a percentage of the cell width.  
     PropertyThe values of the minimum of the interpolation points in a gradient scale.  
     PropertyThe minimum length of the data bar, as a percentage of the cell width.  
     PropertyThe priority of the conditional formatting rule. The value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values. where '1' is the highest priority. (Inherited from GrapeCity.Excel.IExcelConditionalFormatRule)
     PropertyGets or sets a value indicating whether the data bar grows from right to left.  
     PropertyIndicates whether to show the values of the cells on which this data bar is applied.  
     PropertyFlag indicates whether apply other lower priority rules when this rule evaluates to true. (Inherited from GrapeCity.Excel.IExcelConditionalFormatRule)
     PropertyType of conditional formatting rule. (Inherited from GrapeCity.Excel.IExcelConditionalFormatRule)
    Top
    See Also