Click or drag to resize

IExcelCellWriterSetAlignment Method

Set the alignment for the cell content.

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 SetAlignment(
	Alignment alignment
)

Parameters

alignment  Alignment
The alignment type.

Return Value

IExcelCellWriter
The current cell.
See Also