Click or drag to resize

IExcelSheetWriterWrite Method

Write the value to a cell at the given position.

Namespace:  Casewhere.Runtime.IO
Assembly:  Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Write(
	int row,
	int column,
	Object value
)

Parameters

row
Type: SystemInt32
The index of a row.
column
Type: SystemInt32
The index of a colunn.
value
Type: SystemObject
The value assigned to the cell.
See Also