Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IDataBar Interface
Properties Methods

In This Topic
    IDataBar Interface Members
    In This Topic

    The following tables list the members exposed by IDataBar.

    Public Properties
     NameDescription
     Property Returns a Range object that specifies the cell range to which the formatting rule is applied.  
     Property Gets the color of the axis for cells with conditional formatting as data bars.  
     Property Gets or sets the position of the axis of the data bars specified by a conditional formatting rule.  
     Property Gets an object that specifies the border of a data bar.  
     Property Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.  
     Property Gets or sets how a data bar is filled with color.  
     Property Gets or sets the direction the data bar is displayed.  
     PropertyReturns a IConditionValue object that specifies how the longest bar is evaluated for a data bar conditional format.  
     Property Returns a ConditionValue object that specifies how the shortest bar is evaluated for a data bar conditional format.  
     Property Gets the NegativeBarFormat object associated with a data bar conditional formatting rule.  
     Property Returns or sets an Integer value that specifies the length of the longest data bar as a percentage of cell width.  
     Property Returns or sets an Integer value that specifies the length of the shortest data bar as a percentage of cell width.  
     Property Returns or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.  
     Property Returns or sets a Boolean value that specifies if the value in the cell is displayed if the data bar conditional format is applied to the range.  
     Property Returns or sets a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.  
     Property Returns the type of this conditional format.  
    Top
    Public Methods
     NameDescription
     Method Deletes this conditional format.  
     Method Generates the conditional format from the json string.  
     Method Sets the priority value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.  
     Method Sets the evaluation order for this conditional formatting rule so it is evaluated after all other rules on the worksheet.  
     Method Generates a json string from the conditional format.  
    Top
    See Also