Exam4Training

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?

A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:

In addition, the developer configured the following properties of the 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?
A . OutputDataTable.Rows.Count = 1
Contains the values of cells "A2" and "B2"
B.OutputDataTable.Rows.Count = 2
Contains the values of cells "A1" and "B1"
C.OutputDataTable.Rows.Count = 2
Contains the values of cells "A2" and "B2"
D.OutputDataTable.Rows.Count = 10,000
Contains the values of cells "A2" and "B2"

Answer: A

Exit mobile version