footerColorStyle property

ColorStyle? footerColorStyle
getter/setter pair

The color of the last row.

If this field is not set a footer is not added, the last row is filled with either first_band_color_style or second_band_color_style, depending on the color of the previous row. If updating an existing table without a footer to have a footer, the range will be expanded by 1 row. If updating an existing table with a footer and removing a footer, the range will be shrunk by 1 row.

Implementation

ColorStyle? footerColorStyle;