Click or drag to resize

IRowsEnumerator Interface

Represents an enumerator for iterating through rows of data.

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IRowsEnumerator

The IRowsEnumerator type exposes the following members.

Properties
Name Description
Public property ColumnNames
Gets an array of column names in the table.
Public property CurrentRowIndex
Gets the index of the current row.
Public property IsEnd
Gets a value indicating whether the current position is at the end of the collection.
Public property IsLast
Gets a value indicating whether the current item is the last item in the collection.
Public property RowsCount
Gets the count of rows in the data structure.
Public property TableName
Gets the name of the table.
Top
Methods
Name Description
Public method GetCellValue
Retrieves the value of a cell based on the specified column name.
Public method NextRow
Advances to the next row in the result set.
Public method Reset
Top
See Also