Package com.grapecity.documents.excel
Interface IDataBarBorder
public interface IDataBarBorder
Represents the border of the data bars specified by a conditional formatting rule.
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()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.voidsetType(DataBarBorderType value) Sets the type of border for data bars specified by a conditional formatting rule.
-
Method Details
-
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.
-