Click or drag to resize

DocxTableRowSetAlignmentVertical Method

Sets the alignment vertical.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax
public DocxTableRow SetAlignmentVertical(
	string alignement
)

Parameters

alignement
Type: SystemString
The alignement.

Return Value

Type: DocxTableRow
DocxCell.
See Also