Table.ApplyStyleFirstColumn 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 first-column formatting to the first column of the specified table.
public:
property bool ApplyStyleFirstColumn { bool get(); void set(bool value); };
public bool ApplyStyleFirstColumn { get; set; }
member this.ApplyStyleFirstColumn : bool with get, set
Public Property ApplyStyleFirstColumn As Boolean
Property Value
Remarks
The specified table style must contain first-column formatting in order to apply this formatting to a table.