类 CsvParseResult
java.lang.Object
com.grapecity.documents.excel.CsvParseResult
Represents the parsed result(value and number format).
-
构造器概要
-
方法概要
修饰符和类型方法说明Gets the parsed number format.getValue()
Gets the parsed value.void
setNumberFormat
(String numberFormat) Sets the parsed number format.void
Sets the custom value.
-
构造器详细资料
-
CsvParseResult
Create a CsvParseResult object.
-
-
方法详细资料
-
getValue
Gets the parsed value. -
setValue
Sets the custom value. The value should be double, string, bool or CalcError, other data will be discarded. -
getNumberFormat
Gets the parsed number format. -
setNumberFormat
Sets the parsed number format.
-