TableCellBackgroundDisplayMode
Display mode to the "Colored Background" display
mode for table cells. Either displays a solid color (basic mode)
or a gradient.
Definition
type TableCellBackgroundDisplayMode string
const (
TableCellBackgroundDisplayModeBasic TableCellBackgroundDisplayMode = "basic"
TableCellBackgroundDisplayModeGradient TableCellBackgroundDisplayMode = "gradient"
)