接口 IDataBarBorder
public interface IDataBarBorder
Represents the border of the data bars specified by a conditional formatting rule.
-
方法概要
修饰符和类型方法说明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.void
setType
(DataBarBorderType value) 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
DataBarBorderType getType()Gets the type of border for data bars specified by a conditional formatting rule. -
setType
Sets the type of border for data bars specified by a conditional formatting rule.
-