public interface ICellsDataTable
Remarks
| Modifier and Type | Method and Description |
|---|---|
void |
beforeFirst()
Move the cursor to the front of this object, just before the first row.
|
java.lang.Object |
get(int columnIndex)
Gets the data stored in the column specified by index.
|
java.lang.Object |
get(java.lang.String columnName)
Gets the data stored in the column specified by column name.
|
java.lang.String[] |
getColumns()
Gets the columns' name.
|
int |
getCount()
Gets the count of the records.
|
boolean |
next()
Moves the cursor down one row from its current position.
|
java.lang.String[] getColumns()
int getCount()
void beforeFirst()
java.lang.Object get(int columnIndex)
columnIndex - The zero-based index of the column.java.lang.Object get(java.lang.String columnName)
columnName - The column name.boolean next()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.