IExcel Cell WriterSet VAlignment Method
Set the vertical alignment for the cell content.
Definition
Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
The current cell.
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
C#
IExcelCellWriter SetVAlignment(
VAlignment vAlignment
)Parameters
- vAlignment VAlignment
- The vertical aligment type
Return Value
IExcelCellWriterThe current cell.