public class DataTable extends Object
DataTable class.
| Constructor and Description |
|---|
DataTable() |
| Modifier and Type | Method and Description |
|---|---|
DataColumnCollection |
getColumns()
Getter for the field
columns. |
DataRowCollection |
getRows()
Getter for the field
rows. |
DataRow |
newRow()
newRow.
|
public DataRowCollection getRows()
Getter for the field rows.
DataRowCollection object.public DataColumnCollection getColumns()
Getter for the field columns.
DataColumnCollection object.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.