public class DataView
extends java.lang.Object
DataTable for sorting, filtering, searching, editing, and navigation.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the
DataView. |
DataRowView |
get(int recordIndex)
Gets a row of data from a specified table.
|
int |
getCount()
Gets the number of records in the
DataView. |
DataTable |
getTable()
Gets the source
DataTable. |
public int getCount()
DataView.DataView.public DataTable getTable()
DataTable.DataTable that provides the data for this view.public DataRowView get(int recordIndex)
recordIndex - The index of a record in the DataTable.DataRowView of the row that you want.public void close()
DataView.
See Also:
GroupDocs.Assembly for Java Documentation - the home page for the GroupDocs.Assembly for Java Product Documentation.
GroupDocs.Assembly for Java Support Forum - our preferred method of support.
© 2001-2023 Aspose Pty Ltd. All rights reserved.