Spread 8.0 Documentation
SSSaveTabFileU Function
Support Options
DLL Reference > DLL Functions > SSSaveTabFileU Function

Glossary Item Box

SSSaveTabFileU Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Saves the data in a Unicode tab-delimited file.

Syntax

C

BOOL SSSaveTabFileU(HWND hWnd, LPCTSTR lpszFileName);

C++

BOOL TSpread::SaveTabFileU(LPCTSTR lpszFileName);

Parameters

The following parameters are available:

Parameter Description
hWnd Window handle of the fpSpread control
lpFileName Path and file name of file to which to save tab-delimited data

Remarks

This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.

Call the SSSaveTabFileU function to save the data to a Unicode text file with tab-delimited data. To save the data to an ANSI file, call the SSSaveTabFile function.

The SSSaveTabFileU function saves the data only; it does not save formatting.

Unicode tab-delimited files can be opened, modified, and saved using any text editor that supports Unicode.

By default, tab-delimited files created using Spread or the Spread Designer have the extension .TB7. However, you can use any extension.

Return Value

TRUE if the function completes successfully; FALSE otherwise.

See Also

Saving to a Text File

SSLoadFromBuffer, SSLoadFromFile, SSLoadTabFile, SSSaveTabFile, SSSaveToFile, SSSaveToBuffer, SSSetSheet functions

ActiveX Correspondence

SaveTabFileU method

Copyright © GrapeCity, inc. All rights reserved.