Reference get()

get()

Retrieves a value from the TableRow's specified column. The column may be specified by either its ID or title.

Examples

Syntax

get(column)

Parameters

column
String|Integer:

columnName (string) or ID (number)

Returns

String|Number:
This page is generated from the comments in src/io/p5.TableRow.js . Please feel free to edit it and submit a pull request!

Related References