Get

Gets the value from the field array by the column index in this DataRow.

Syntax

public String get(int index) 

Parameters

  • Index with which the specified value is to be associated

Results

Returns the value for the column index in this DataRow.

Example

String value = dataRow.get(1);