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

AddRemove

Aiwozo.Excelfile.Core.Activities.AddRemove

  • AddRemove activity is used to add/remove a row/column from a specified datatable.
  • This activity only works inside the excel application scope.

Properties

      Misc

  • ChangeMode (ddActionType) – Select which action to perform Add/Remove.
  • DisplayName (String) – To set a meaningful name according to the user.
  • NoOfColumns (InArgument<Int32>) – Define the number of columns need to be added or removed.
  • RowOrColumn (ddType) – Select Row/Column in which action needs to perform.
  • SheetName (InArgument<String>) – Name of the specific sheet in which action needs to be performed.
  • StartingCell (InArgument<String>) – Name of the cell from where the action will be applied.