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)

Copyright © GrapeCity, inc. All rights reserved.