Cell.setString

Sets the cell to contain a string.

struct Cell
typeof((&this))
setString
(
cstring str
)

Parameters

str cstring

string to set

Return Value

Type: typeof((&this))

this instance for method chaining

Meta