FileCsvDocumentItem Property |
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic string this[
int column,
int row
] { get; }Public ReadOnly Default Property Item (
column As Integer,
row As Integer
) As String
Get
Parameters
- column
- Type: SystemInt32
The zero-based column index (x). - row
- Type: SystemInt32
The zero-based row index (y).
Return Value
Type:
StringThe value of the cell.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown when column or row is out of range. |
See Also