<< Return to Main Index

< Return to Class Index

CGXExcelReaderImpl::WriteBiffHelper

virtual void WriteBIFFHelper(LPSTREAM pStream, CGXExcelDocAdapter* pDocAdapter, UINT nTabs = GX_INVALID);

pStream

pointer to an Istream interface to write to

pDocAdapter

The doc adapter to use

nTabs

Number of tabs to write out

Remarks

This is the function that iterates through the tabs and performs the actual write operation. The document adapter is used to access grid data that is required for the write operation.

See Also

CGXExcelReaderImpl::ProcessStorageFile

CGXExcelReaderImpl

Class Overview | Class Members