Click or drag to resize

IExcelCellWriterSetVAlignment Method

Set the vertical 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 SetVAlignment(
	VAlignment vAlignment
)

Parameters

vAlignment
Type: Casewhere.Runtime.IOVAlignment
The vertical aligment type

Return Value

Type: IExcelCellWriter
The current cell.
See Also