Share via


TableStyle.RowStripe Property

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.

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

Syntax

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

value = instance.RowStripe

instance.RowStripe = value
int RowStripe { 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