TableStyle.ColumnStripe Property

Definition

Returns or sets an Integer that represents the number of columns in the banding when a style specifies odd- or even-column banding.

public:
 property int ColumnStripe { int get(); void set(int value); };
public int ColumnStripe { get; set; }
member this.ColumnStripe : int with get, set
Public Property ColumnStripe As Integer

Property Value

Remarks

Use the Condition(WdConditionCode) method to set odd- or even-column banding for a table style.

Applies to