Click or drag to resize

IExcelCellWriterSetFont Method

Set the cell font type.

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 SetFont(
	Font font
)

Parameters

font
Type: System.DrawingFont
The given font.

Return Value

Type: IExcelCellWriter
The current cell.
See Also