Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
NumberType |
CsvLoadOptions.getNumberStyles()
Gets a value indicating numeric type used when parsing strings to numeric types.
|
NumberType |
HtmlLoadOptions.getNumberType()
Gets a value indicating numeric type used when parsing strings to numeric types.
|
NumberType |
FixedWidthLoadOptions.getNumberType()
Gets a value indicating numeric type used when parsing strings to numeric types.
|
static NumberType |
NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberType[] |
NumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvLoadOptions.setNumberStyles(NumberType numberType)
Sets a value indicating numeric type used when parsing strings to numeric types.
|
void |
HtmlLoadOptions.setNumberType(NumberType value)
Sets a value indicating numeric type used when parsing strings to numeric types.
|
void |
FixedWidthLoadOptions.setNumberType(NumberType numberType)
Sets a value indicating numeric type used when parsing strings to numeric types.
|
© GemBox d.o.o. — All rights reserved.