Table.ApplyStyleFirstColumn Property

True for Microsoft Word to apply first-column formatting to the first column of the specified table.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ApplyStyleFirstColumn As Boolean
    Get
    Set
'Usage
Dim instance As Table
Dim value As Boolean

value = instance.ApplyStyleFirstColumn

instance.ApplyStyleFirstColumn = value
bool ApplyStyleFirstColumn { get; set; }

Property Value

Type: System.Boolean

Remarks

The specified table style must contain first-column formatting in order to apply this formatting to a table.

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace