Skip to content

str::cell

cell(input: String, rowIndex: Integer, columnIndex: Integer)
cell(input: String, rowIndex: Integer, columnIndex: Integer, divider: String)

ParameterTypeDescription
inputStringA string consisting of several lines and columns.
rowIndexIntegerThe index of the row.
columnIndexIntegerThe index of the column.
(optional) dividerStringThe character sequence that divides the column. Default: "\t"

Gets the text at a specific row and line.

Returns

(*) A string if the cell was found, otherwise null.