Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example saves the data to a tab-delimited file.

C++

ret = m_Spread.SaveTabFile("C:\DATA.TB6");

Visual Basic

ret = fpSpread1.SaveTabFile("C:\DATA.TB6")

Copyright © GrapeCity, inc. All rights reserved.