public final class DataRow extends Object
| Constructor and Description |
|---|
DataRow(Object[] items)
Creates a new instance of a DataRow with the given items.
|
| Modifier and Type | Method and Description |
|---|---|
DataRow |
copy()
Creates a copy of this instance.
|
Object |
get(int index)
Gets the value at the specified index.
|
DataTable |
getTable() |
void |
set(int index,
Object value)
Sets the value at the specified index.
|
public DataRow(Object[] items)
items - The row values.public DataRow copy()
public DataTable getTable()
public Object get(int index)
index - The zero based index of the item.public void set(int index,
Object value)
index - The zero based index of the item.Copyright © 2021. All rights reserved.