Cell.setString

Sets the cell to contain a string.

struct Cell
return
typeof(&this)
setString

Parameters

str cstring

string to set

Return Value

Type: typeof(&this)

this instance for method chaining

Meta