Which activity can be used to retrieve the value from a certain cell, from a DataRow object?
Which activity can be used to retrieve the value from a certain cell, from a DataRow object?
Question: Which activity can be used to retrieve the value from a certain cell, from a DataRow object?
- Read Cell
- Write Cell
- Get Row Item
- Remove Data Row
Answer
Option C is correct.
The correct answer is C. Read Cell and Write Cell are activities that work with an Excel spreadsheet directly. Removing Data Row will only remove the data, it will not read it. Get Row Item will pull the info in the specific column, which is a particular cell.