Table.ApplyStyleFirstColumn Property

Definition

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.

Applies to