This sample script demonstrates how to test the ComponentOne 
VSFlexGrid Pro control via TestComplete scripts. This script 
requires the sample application which is part of the trial 
download package that is available at 
http://www.componentone.com/Downloadcenter.aspx?PanelIndex=4

The script assumes that by default the application under 
test has the following path:
<ComponentOne Studio>\VS FlexGridPro 8.0\Samples\Vb\CustDataSort\Project1.exe.

Before executing the script, please compile the Project1.exe 
application and make sure that the correct path is specified 
for it in the Tested Applications editor.

The script is written in all the scripting languages that 
TestComplete supports: VBScript, JScript, DelphiScript, 
C++Script and C#Script.

The script includes three custom routines that you can use 
in your scripts later with minimum changes (if any). Each 
routine uses the direct access to the grid cells.

- The FindRowByCellValue routine locates the grid's row by 
the value held in the specified column.

- The LogRowData routine reads the contents of all the cells 
in the given row and posts it to the test log.

- The LoadDataFromFile routine adds a new row to the grid 
and populates it with values stored in a comma-separated 
values (CSV) file.

