Cell.setInteger

Sets the cell to contain an integer.

struct Cell
return
typeof(&this)
setInteger
(
ulong num
,)

Parameters

num ulong

integer to set

use_thousands_separator bool

if true the integer will be "thousands" comma-separated.

Return Value

Type: typeof(&this)

this instance for method chaining

Meta