[]
        
(Showing Draft Content)

IDataBarBorder

Interface IDataBarBorder


public interface IDataBarBorder
Represents the border of the data bars specified by a conditional formatting rule.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets an object that specifies the color of the border of data bars specified by a conditional formatting rule.
    Gets the type of border for data bars specified by a conditional formatting rule.
    void
    Sets the type of border for data bars specified by a conditional formatting rule.
  • Method Details

    • getColor

      IFormatColor getColor()
      Gets an object that specifies the color of the border of data bars specified by a conditional formatting rule.
    • getType

      Gets the type of border for data bars specified by a conditional formatting rule.
    • setType

      void setType(DataBarBorderType value)
      Sets the type of border for data bars specified by a conditional formatting rule.