Click or drag to resize

IExcelCellWriterSetBold Method

Set the cell font style.

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 SetBold(
	bool value
)

Parameters

value
Type: SystemBoolean
True for bold

Return Value

Type: IExcelCellWriter

[Missing <returns> documentation for "M:Casewhere.Runtime.IO.IExcelCellWriter.SetBold(System.Boolean)"]

See Also