TableCellBackgroundDisplayMode🔗Display mode to the "Colored Background" displaymode for table cells. Either displays a solid color (basic mode)or a gradient.Definition🔗export enum TableCellBackgroundDisplayMode { Basic = "basic", Gradient = "gradient", }