白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Area font color
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be launched.
2、 Function description
Sets the font color of the cells in the specified range.
3、 Attribute description
● Workbook object: the excel workbook object variable that has been opened.
● Worksheet: the name of a table in the Workbook: for example: "Sheet1".
● region: the area to set the font color, for example: & ldquo; A1:B2” Indicates that the font color between A1 and B2 is set.
● colour: set the value of font color, RGB format, for example: [255255255].
● Save: whether to save after setting.

4、 Use example
1. Execution logic
Open excel and mark the font color of a specific area in Sheet1 in red.
2. Output results
Original data

Post execution data






