| DocxTableSetColumnPreferredWidth Method |
Imposta la preferenza sulla larghezza di colonna (non garantita)
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax public DocxTable SetColumnPreferredWidth(
int col,
double preferredWidth
)
Public Function SetColumnPreferredWidth (
col As Integer,
preferredWidth As Double
) As DocxTable
public:
DocxTable^ SetColumnPreferredWidth(
int col,
double preferredWidth
)
member SetColumnPreferredWidth :
col : int *
preferredWidth : float -> DocxTable
Parameters
- col
- Type: SystemInt32
The col. - preferredWidth
- Type: SystemDouble
Width of the preferred.
Return Value
Type:
DocxTableDocxTable.
See Also