FileCsvDocumentSet Method (Int32, Int32, Double) |
Sets the value of a specific cell to a double-precision number, formatted with the
general ("G") format specifier and the invariant culture.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic void Set(
int column,
int row,
double value
)
Public Sub Set (
column As Integer,
row As Integer,
value As Double
)
Parameters
- column
- Type: SystemInt32
The zero-based column index (x). - row
- Type: SystemInt32
The zero-based row index (y). - value
- Type: SystemDouble
The value to store.
See Also