IRowsEnumerator
NextRow Method
|
Advances to the next row in the result set.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Function NextRow As Boolean
abstract NextRow : unit -> bool
Return Value
Type:
Boolean
True if there are more rows, false otherwise.
See Also