Table.ApplyStyleLastRow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.