Click or drag to resize

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

Parameters

value
Type: SystemBoolean
True for italic

Return Value

Type: IExcelCellWriter
The current cell.
See Also