Search Results for

    Show / Hide Table of Contents

    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
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget