接口 INegativeBarFormat
public interface INegativeBarFormat
Represents the color settings of the data bars for negative values that are defined by a data bar conditional formating rule.
-
方法概要
修饰符和类型方法说明Gets a FormatColor object that you can use to specify the border color for negative data bars.Gets whether to use the same border color as positive data bars.getColor()
Gets a FormatColor object that you can use to specify the fill color for negative data bars.Gets whether to use the same fill color as positive data bars.void
Sets whether to use the same border color as positive data bars.void
Sets whether to use the same fill color as positive data bars.
-
方法详细资料
-
getBorderColor
IFormatColor getBorderColor()Gets a FormatColor object that you can use to specify the border color for negative data bars. -
getBorderColorType
DataBarNegativeColorType getBorderColorType()Gets whether to use the same border color as positive data bars. -
setBorderColorType
Sets whether to use the same border color as positive data bars. -
getColor
IFormatColor getColor()Gets a FormatColor object that you can use to specify the fill color for negative data bars. -
getColorType
DataBarNegativeColorType getColorType()Gets whether to use the same fill color as positive data bars. -
setColorType
Sets whether to use the same fill color as positive data bars.
-