<< Return to Main Index

< Return to Class Index

CGXExcelReadWnd::ReadExcelFile

void ReadExcelFile(const CString& strFileName, UINT index = 0);

strFileName

File to read from (complete path)

index

The index of the tab to be read in.

Remarks

Call this function to intialize the grid from an exisiting Excel file. The index can be changed to control which tab can be read in. CGXExcelReadWnd does not support workbook mode and hence only one tab can be displayed at any time.

See Also

CGXExcelReadWnd::SaveExcelFile

CGXExcelReadWnd

Class Overview | Class Members