Click or drag to resize

FileCsvDocumentSet Method (Int32, Int32, Double, LengthUnit, DistanceDisplayMode, Int32)

Sets the value of a cell to a double-precision number, formatted with FormatNumber(Double, LengthUnit, DistanceDisplayMode, Int32, Boolean). The unit system name is never appended to the field.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void Set(
	int column,
	int row,
	double value,
	LengthUnit units,
	DistanceDisplayMode mode,
	int precision
)

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.
units
Type: RhinoLengthUnit
The length unit used to format the value.
mode
Type: Rhino.UIDistanceDisplayMode
The distance display mode used to format the value.
precision
Type: SystemInt32
The number of digits of precision.
See Also