Aiwozo.Excelfile.Core.Activities.GetCellColor
- GetCellColor activity is used for extracting the background color of a cell and saves it as Color variable.
Properties
Misc
- Cell (InArgument<String>) – The excel cell or range whose color needs to be extracted.
- Color (OutArgument<Color>) – The extracted color stored as Drawing.Colorvariable.
- DisplayName (String) – To set a meaningful name according to the user.
- FilePath (InArgument<String>) – The path of the Excel spreadsheet that needs to used.
- SheetName (InArgument<String>) – The name of the sheet from where the cell color needs to be extracted.