Set the color of the cell borders. A cell border is comprised of a border
on the bottom, top, left and right. These can be set to the same color
using format_set_border_color() or individually using the relevant method
calls shown above.
The color should be an RGB integer value, see @ref working_with_colors.
@brief Set the color of the cell border.
@param format Pointer to a Format instance. @param color The cell border color.
Individual border elements can be configured using the following methods with the same parameters:
- format_set_bottom_color() - format_set_top_color() - format_set_left_color() - format_set_right_color()
Set the color of the cell borders. A cell border is comprised of a border on the bottom, top, left and right. These can be set to the same color using format_set_border_color() or individually using the relevant method calls shown above.
The color should be an RGB integer value, see @ref working_with_colors.