Click or drag to resize

FileCsvDocumentSet Method (Int32, Int32, Boolean)

Sets the value of a cell to a boolean, written as "1" (true) or "0" (false).

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void Set(
	int column,
	int row,
	bool value
)

Parameters

column
Type: SystemInt32
The zero-based column index (x).
row
Type: SystemInt32
The zero-based row index (y).
value
Type: SystemBoolean
The value to store.
See Also