Table.ApplyStyleLastRow Property
True for Microsoft Word to apply last-row formatting to the last row of the specified table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ApplyStyleLastRow As Boolean
Get
Set
'Usage
Dim instance As Table
Dim value As Boolean
value = instance.ApplyStyleLastRow
instance.ApplyStyleLastRow = value
bool ApplyStyleLastRow { get; set; }
Property Value
Type: System.Boolean
Remarks
The specified table style must contain last-row formatting in order to apply this formatting to a table.