| DocxTableSetAlignmentHorizontal Method |
Sets the alignement.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax public DocxTable SetAlignmentHorizontal(
string alignement
)
Public Function SetAlignmentHorizontal (
alignement As String
) As DocxTable
public:
DocxTable^ SetAlignmentHorizontal(
String^ alignement
)
member SetAlignmentHorizontal :
alignement : string -> DocxTable
Parameters
- alignement
- Type: SystemString
The alignement.
Return Value
Type:
DocxTableDocxCell.
See Also