WdTableFormatApply Enumeration 

Specifies how table formatting should be applied.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdTableFormatApply1 As WdTableFormatApply = WdTableFormatApply.wdTableFormatApplyAutoFit

Syntax

Public Enum WdTableFormatApply
public enum WdTableFormatApply
public enum class WdTableFormatApply
public enum WdTableFormatApply
public enum WdTableFormatApply

Members

Member name Description
wdTableFormatApplyAutoFit AutoFit.
wdTableFormatApplyBorders Borders.
wdTableFormatApplyColor Color.
wdTableFormatApplyFirstColumn Apply AutoFormat to first column.
wdTableFormatApplyFont Font.
wdTableFormatApplyHeadingRows Apply AutoFormat to heading rows.
wdTableFormatApplyLastColumn Apply AutoFormat to last column.
wdTableFormatApplyLastRow Apply AutoFormat to last row.
wdTableFormatApplyShading Shading.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace