Click or drag to resize

DocxTableSetColumnsPreferredWidth Method

Imposta le larghezze di colonna

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTable SetColumnsPreferredWidth(
	IList<int> widths
)

Parameters

widths
Type: System.Collections.GenericIListInt32
The widths.

Return Value

Type: DocxTable
DocxTable.
See Also