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")

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