FileCsvDocumentGetRow Method |
Returns the fields of a row.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic string[] GetRow(
int row
)
Public Function GetRow (
row As Integer
) As String()
Parameters
- row
- Type: SystemInt32
The zero-based row index.
Return Value
Type:
StringThe fields of the row.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown when row is out of range. |
See Also