GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    CsvQuoteMode Enum

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Possible conditions for when values in a CSV file should be quoted.

    • C#
    • VB.NET
    public enum CsvQuoteMode
    Public Enum CsvQuoteMode

    Fields

    Always

    All cells will be quoted regardless of value.

    Default

    Only cells with the selected delimiter, quotation marks, or newline characters in its value will be quoted.

    OnlyText

    Only cells with text values will be quoted.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.