IWorkbook
SaveAs Method (String, String)
|
Save active WorkSheet using separator.
Examples
The following code illustrates how to save the active worksheet in a different file with separator:
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SaveAs(
string fileName,
string separator
)
Sub SaveAs (
fileName As String,
separator As String
)
void SaveAs(
String^ fileName,
String^ separator
)
abstract SaveAs :
fileName : string *
separator : string -> unit
Parameters
-
fileName
-
Type:
System
String
Path to save.
-
separator
-
Type:
System
String
Current separator.
See Also