DocxTableRow.SetAlignmentHorizontal Method

QsInformatica.Utils

DocxTableRowSetAlignmentHorizontal Method

Sets the alignement.

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

Parameters

alignement
Type: SystemString
The alignement.

Return Value

Type: DocxTableRow
DocxCell.
See Also