HotXLS Docs

GroupColor 属性

指定 分组标题区域的背景颜色。读/写 TColor

语法

property GroupColor: TColor;

示例

此示例将分组标题的颜色设置为黄色

DataToXLS1.GroupColor := clYellow;