Set Range Color
Sets the background color of a given range.
Last updated
Sets the background color of a given range.
Last updated
This activity sets the background color of a user-specified range in the given workbook sheet using the Microsoft Graph API.
Connection Id: Required
Specifies the office 365 connection id.
Sheet Name: Required
Specifies the sheet name in which a range of color is to be created.
Range: Specifies the range in which new background color is to be set. Input the cell range in A1-style notation like "A1:A5".
Workbook: Required
Specifies the of the Excel workbook in which a specific range color is to be set. We can also specify the output variable of the activity (which is First or Results) directly as input in this property or use the output variable of the activity (Workbook). If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array.
For example : Results[1].
Color: Required
Specifies the background color for the specified range which can be the name of the color
(ex:- "AliceBlue") or the Hex Code that represent the color (ex:- "#cf0000").