str::cell
cell(input: String, rowIndex: Integer, columnIndex: Integer)
cell(input: String, rowIndex: Integer, columnIndex: Integer, divider: String)
Parameter | Type | Description |
---|---|---|
input | String | A string consisting of several lines and columns. |
rowIndex | Integer | The index of the row. |
columnIndex | Integer | The index of the column. |
(optional) divider | String | The 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.