DocxTable.SetColumnsPreferredWidth Method

QsInformatica.Utils

DocxTableSetColumnsPreferredWidth Method

Imposta le larghezze di colonna

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTable SetColumnsPreferredWidth(
	IList<int> widths
)
Public Function SetColumnsPreferredWidth ( 
	widths As IList(Of Integer)
) As DocxTable
public:
DocxTable^ SetColumnsPreferredWidth(
	IList<int>^ widths
)
member SetColumnsPreferredWidth : 
        widths : IList<int> -> DocxTable 

Parameters

widths
Type: System.Collections.GenericIListInt32
The widths.

Return Value

Type: DocxTable
DocxTable.
See Also