Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CsvSaveOptions Class / QuoteColumns Property
In This Topic
    QuoteColumns Property
    In This Topic
    Specify some columns to be quoted, while the remaining columns not to be quoted. Column numbers start from 0, and specifying invalid column has no effect.
    Syntax
    public System.Collections.Generic.IEnumerable<int> QuoteColumns {get; set;}
    See Also