Set Range Color
Sets the cell color of the given range to the given color.
Input
- Color: The extracted color stored as a System.Drawing.Color variable.
- Type:
System.Drawing.Color - Required
- Type:
- Sheet Name: The name of the sheet that contains the cells to be colored. The default input of this field is "Sheet1."
- Type:
System.String
- Type:
- Range: The cell or cell range whose color is to be changed. For example, you can use either "A1:C1" or "B4".
- Type:
System.String
- Type:
Details
- This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.