Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static CsvType |
CsvType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvType[] |
CsvType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<CsvType> |
CsvSaveOptions.getType()
Gets value delimiter type, see
CsvType . |
Optional<CsvType> |
CsvLoadOptions.getType()
Gets value delimiter type, see
CsvType . |
Modifier and Type | Method and Description |
---|---|
void |
CsvSaveOptions.setType(CsvType type)
Sets value delimiter type, see
CsvType . |
void |
CsvLoadOptions.setType(CsvType type)
Sets value delimiter type, see
CsvType . |
Constructor and Description |
---|
CsvLoadOptions(CsvType csvType)
Initializes a new instance of the
CsvLoadOptions class. |
CsvSaveOptions(CsvType csvType)
Initializes a new instance of the
CsvSaveOptions class. |
© GemBox Ltd. — All rights reserved.