Click or drag to resize

IExcelCellWriterSetFormat Method

Set the cell numeric format.

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 SetFormat(
	string format
)

Parameters

format
Type: SystemString
The format pattern.

Return Value

Type: IExcelCellWriter
The current cell.
See Also