DocxCell.SetAlignmentVertical Method

QsInformatica.Utils

DocxCellSetAlignmentVertical Method

Sets the alignment vertical.

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

Parameters

alignement
Type: SystemString
The alignement.

Return Value

Type: DocxCell
DocxCell.
See Also