1. Home
  2. Docs
  3. EXCEL Activities
  4. Processing
  5. SetRangeColor

SetRangeColor

Aiwozo.Excelfile.Core.Activities.SetRangeColor

  • SetRangeColor activity is used to change the color of a specified cell or cell range using a Color variable.
  • This activity only works inside the excel application scope.

Properties

      Misc

  • CellRange (InArgument<String>) – The cell or cell range whose color is to be changed.
  • Color (InArgument<Color>) – The color which is to be applied stored as a Drawing.Colorvariable.
  • DisplayName (String) – To set a meaningful name according to the user.
  • SheetName (InArgument<String>) – The name of sheet where color needs to be set in a specified cell or cell range.