DocxCell.SetAlignmentHorizontal Method

QsInformatica.Utils

DocxCellSetAlignmentHorizontal Method

Sets the alignement.

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

Parameters

alignement
Type: SystemString
The alignement.

Return Value

Type: DocxCell
DocxCell.
See Also