TableStyle.RowStripe Property

Definition

Returns or sets an Integer that represents the number of rows to include in the banding when a style specifies odd- or even-row banding.

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

Property Value

Remarks

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

Applies to