Table.ApplyStyleLastColumn Property

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

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

Syntax

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

value = instance.ApplyStyleLastColumn

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

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace