Click or drag to resize

FileCsvDocumentGetRow Method

Returns the fields of a row.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public string[] GetRow(
	int row
)

Parameters

row
Type: SystemInt32
The zero-based row index.

Return Value

Type: String
The fields of the row.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when row is out of range.
See Also