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