Class SavingOptions
Options for saving WorkBook object to file.
Inheritance
System.Object
SavingOptions
Namespace: IronXL.Options
Assembly: IronXL.dll
Syntax
public class SavingOptions : Object
Constructors
SavingOptions()
Declaration
public SavingOptions()
Properties
ListDelimiter
Property that indicates CSV file list delimiter.
Default value depends on current region. Take a look at System.Globalization.CultureInfo
Declaration
public string ListDelimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Password to encrypt the workbook with
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |