IExcel Cell WriterSet ValueT Method
Set the value of a cell.
Definition
Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
The current cell.
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
C#
IExcelCellWriter SetValue<T>(
T value
)
Parameters
- value T
- The given value.
Type Parameters
- T
- The type of the value.
Return Value
IExcelCellWriterThe current cell.