WdDefaultTableBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether Microsoft Word automatically resizes cells in a table to fit the contents (AutoFit).
public enum class WdDefaultTableBehavior
[System.Runtime.InteropServices.Guid("D69495AF-8F32-39EE-BD96-D683D87D6A8E")]
public enum WdDefaultTableBehavior
type WdDefaultTableBehavior =
Public Enum WdDefaultTableBehavior
- Inheritance
-
WdDefaultTableBehavior
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdWord8TableBehavior | 0 | Disables AutoFit. Default. |
wdWord9TableBehavior | 1 | Enables AutoFit. |