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: 24.6.0.0 (24.6.0.0)
Syntax
public DocxTable SetColumnPreferredWidth(
	int col,
	double preferredWidth
)

Parameters

col
Type: SystemInt32
The col.
preferredWidth
Type: SystemDouble
Width of the preferred.

Return Value

Type: DocxTable
DocxTable.
See Also