接口 IDataBarBorder
public interface IDataBarBorder
代表由条件格式规则指定的数据条的边框。
-
方法概要
修饰符和类型方法说明getColor()
获取一个对象,该对象指定由条件格式规则指定的数据条边框的颜色。getType()
获取由条件格式规则指定的数据条边框类型。void
setType
(DataBarBorderType value) 设置由条件格式规则指定的数据条的边框类型。
-
方法详细资料
-
getColor
IFormatColor getColor()获取一个对象,该对象指定由条件格式规则指定的数据条边框的颜色。 -
getType
DataBarBorderType getType()获取由条件格式规则指定的数据条边框类型。 -
setType
设置由条件格式规则指定的数据条的边框类型。
-