A Sandcastle Documented Class Library
DocxTableSetAlignmentVertical Method |
Sets the alignment vertical.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTable SetAlignmentVertical( string alignement )
Public Function SetAlignmentVertical ( alignement As String ) As DocxTable
public: DocxTable^ SetAlignmentVertical( String^ alignement )
member SetAlignmentVertical : alignement : string -> DocxTable
Parameters
- alignement
- Type: SystemString
The alignement.
Return Value
Type: DocxTableDocxCell.
See Also