TableStyle.RowStripe 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.
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.