FirstRowNum function  
Use the method to return the first data of the ChartGrid that contains values.
It is useful when interrogating the Grid for values and there is the possibility that the header rows might vary.

Example:
ShowMessage('Row num. : ' + IntToStr(ChartGrid1.FirstRowNum));