In an automation that contains an ExcelRange component, you make a change to the data within the range, and you want to save those changes to the Excel file on disk.
Which of the following statements is valid?
- Call the Commit method of ExcelRange component and then Save on the ExcelConnector.
- The changes save to the Excel file automatically.
- Call the Commit method of the ExcelConnector and reload the Excel file.
- Call the Save method of ExcelConnector and reset the state of Excel file.
Answer(s): C
Reference:
http://help.openspan.com/80/Components/Creating_a_Range_Object.htm
Reveal Solution Next Question