Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.number_format
/
CustomNumericNumFormat
Custom
Numeric
Num
Format
class
CustomNumericNumFormat
(
val
formatCode
:
String
)
:
NumericNumFormat
,
CustomNumFormat
(
source
)
Members
Constructors
Custom
Numeric
Num
Format
Link copied to clipboard
constructor
(
formatCode
:
String
)
Properties
format
Code
Link copied to clipboard
open
override
val
formatCode
:
String
Functions
accepts
Link copied to clipboard
open
override
fun
accepts
(
value
:
CellValue
?
)
:
Boolean
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
read
Link copied to clipboard
open
override
fun
read
(
v
:
String
)
:
CellValue
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
Double
Link copied to clipboard
fun
writeDouble
(
value
:
DoubleCellValue
)
:
String
write
Int
Link copied to clipboard
fun
writeInt
(
value
:
IntCellValue
)
:
String