Click or drag to resize

Table AutoFit Method

Determines how Microsoft Word resizes a table when the AutoFit feature is used.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void AutoFit(
	AutoFitBehaviorType behavior
)

Parameters

behavior
Type: Spire.Doc AutoFitBehaviorType
How Word resizes the specified table with the AutoFit feature is used.
See Also