Package com.grapecity.documents.excel
Interface 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.
-
Method Summary
Modifier and TypeMethodDescriptionGets 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.voidSets whether to use the same border color as positive data bars.voidSets whether to use the same fill color as positive data bars.
-
Method Details
-
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.
-