<< Return to Main Index

< Return to Class Index

CGXExcelDocAdapter::SetWaitMode

void SetWaitMode(BOOL bWaitMode);

bWaitMode

TRUE to set wait mode; FALSE to turn it off.

Remarks

Will be called from OnInitialUpdate to check whether it is possible to perform initialization or wait. This is required because the reading of an Excel file is a two step process. In the first step the tab count is read. It is in the second part that the actual file is read. Initialization should not be performed before the second step is complete.

See Also

CGXExcelDocAdapter::GetWaitMode

CGXExcelDocAdapter

Class Overview | Class Members