com.grapecity.documents.excel Package / CsvSaveOptions Class / setQuoteColumns Method
In This Topic
setQuoteColumns Method
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 void setQuoteColumns( 
   int[] value
)

Parameters

value
See Also