StdfTableReader ReadLine Method TIBCO Spotfire 6.0 API Reference
Reads the end of line marker on the current row. Must be invoked after ReadValue has been called for all the columns on the row, and before the first value on the next row can be read.

Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void ReadLine()
Exceptions

ExceptionCondition
System FormatExceptionif not at the end of a line.
System ObjectDisposedExceptionif the reader has been closed.
See Also