Share via


TableStyle.ColumnStripe Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ColumnStripe As Integer
    Get
    Set
'Usage
Dim instance As TableStyle
Dim value As Integer

value = instance.ColumnStripe

instance.ColumnStripe = value
int ColumnStripe { get; set; }

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

TableStyle Interface

TableStyle Members

Microsoft.Office.Interop.Word Namespace