Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example saves the data with formatting to a binary file.

C++

ret = m_Spread.SaveToFile("C:\DATA.SS8", False);

Visual Basic

ret = fpSpread1.SaveToFile("C:\DATA.SS8", False)

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.