DocxTableRow.SetAlignmentVertical Method

QsInformatica.Utils

DocxTableRowSetAlignmentVertical Method

Sets the alignment vertical.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTableRow SetAlignmentVertical(
	string alignement
)
Public Function SetAlignmentVertical ( 
	alignement As String
) As DocxTableRow
public:
DocxTableRow^ SetAlignmentVertical(
	String^ alignement
)
member SetAlignmentVertical : 
        alignement : string -> DocxTableRow 

Parameters

alignement
Type: SystemString
The alignement.

Return Value

Type: DocxTableRow
DocxCell.
See Also