Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SaveToFile(
	string fileName,
	TextSaveOptions textSaveOptions
)
Public Sub SaveToFile ( 
	fileName As String,
	textSaveOptions As TextSaveOptions
)
public:
void SaveToFile(
	String^ fileName, 
	TextSaveOptions^ textSaveOptions
)
member SaveToFile : 
        fileName : string * 
        textSaveOptions : TextSaveOptions -> unit 

Parameters

fileName
String
textSaveOptions
TextSaveOptions

See Also