Extract rows data from sheets

Hello 


I am trying to develop an application that imports multi-sheet excel files to a FlexCelGrid.

How in code would I select a worksheet then extract each row (particular column) from the sheet?

I want to loop through each sheet and on each sheet loop through all rows and extract data from certain columns.

I can see the FlexCellmport.ColIndexCount  but how do I find out how many rows I need to loop through?
I cannot find a row count function so I am puzzled on how I can do this.

Thanks

Phillip


Sorry i posted too soon - as usual!


I found the command  -  FlexCelImport.MaxRow

Regards