Click or drag to resize

DocxTableRowSetLineSpacing Method

Sets the line spacing.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public DocxTableRow SetLineSpacing(
	double lineSpacing
)

Parameters

lineSpacing
Type: SystemDouble
The line spacing.

Return Value

Type: DocxTableRow
DocxCell.
See Also