Get Cell Color
Gets the cell color.
Last updated
Gets the cell color.
Last updated
This activity retrieves the color properties of a user-specified cell in a given workbook using the Microsoft Graph API and returns the cell color as a hex value (ex:-#4d0000) from the retrieved color properties.
Connection Id: Required
Specifies the office 365 connection id.
Sheet Name: Required
Specifies the sheet name from which the cell color is to be retrieved.
Cell Address: Required
Specifies the address of the cell from which the color is to be retrieved. Input the address in A1-style notation. This property doesn't support range values. For example: "A1:A3".
Workbook: Required
Specifies the of the Excel workbook whose data is to be retrieved. 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 color of the user-specified cell in a HEX format.