Activity «Delete row» can be found in section «Collections.Table».
Activity removes the row from the specified table according to the row index. Attention! If there is no row with such index, the error (exception) will appear. Index starts with 0.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Description
Row index; In; Int32; The index of the row to delete (indexing starts at 0).
Table; In; DataTable; The table to be manipulated.