Click or drag to resize

DocxTableSetColumnPreferredWidth Method

Imposta la preferenza sulla larghezza di colonna (non garantita)

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTable SetColumnPreferredWidth(
	int col,
	double preferredWidth
)

Parameters

col  Int32
The col.
preferredWidth  Double
Width of the preferred.

Return Value

DocxTable
DocxTable.
See Also