IRowsEnumerator Interface |
Namespace: Spire.Doc.Reporting
The IRowsEnumerator type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ColumnNames |
Gets an array of column names in the table.
|
![]() |
CurrentRowIndex |
Gets the index of the current row.
|
![]() |
IsEnd |
Gets a value indicating whether the current position is at the end of the collection.
|
![]() |
IsLast |
Gets a value indicating whether the current item is the last item in the collection.
|
![]() |
RowsCount |
Gets the count of rows in the data structure.
|
![]() |
TableName |
Gets the name of the table.
|
Name | Description | |
---|---|---|
![]() |
GetCellValue |
Retrieves the value of a cell based on the specified column name.
|
![]() |
NextRow |
Advances to the next row in the result set.
|
![]() |
Reset |