Click or drag to resize

IExcelCellWriterSetValueT Method

Set the value of a cell.

Namespace:  Casewhere.Runtime.IO
Assembly:  Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IExcelCellWriter SetValue<T>(
	T value
)

Parameters

value
Type: T
The given value.

Type Parameters

T
The type of the value.

Return Value

Type: IExcelCellWriter
The current cell.
See Also