接口 IDataBarBorder


public interface IDataBarBorder
Represents the border of the data bars specified by a conditional formatting rule.
  • 方法概要

    修饰符和类型
    方法
    说明
    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.
  • 方法详细资料

    • 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.