A developer extracts data from "Sheet1" of the "Test.xlsx" file that contains 10,000 rows of data using the activity shown below:

In addition, the developer configured the following properties of the Workbook Read Range activity:

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?
- OutputDataTable Rows Count = 1 Contains the values of cells "A2 " and "B2"
- OutputDataTable Rows Count = 1 Contains the values of cells "AT and " B1"
- OutputDataTable Rows Count = 2 Contains the values of cells "A2" and " B2"
- OutputDataTable Rows Count = 10.000 Contains the values of cells "A2" and "B2"
Reveal Solution Next Question