Table.ApplyStyleLastRow Property

Definition

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

public:
 property bool ApplyStyleLastRow { bool get(); void set(bool value); };
public bool ApplyStyleLastRow { get; set; }
member this.ApplyStyleLastRow : bool with get, set
Public Property ApplyStyleLastRow As Boolean

Property Value

Remarks

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

Applies to