Click or drag to resize

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
Syntax
public void Set(
	int column,
	int row,
	double value
)

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