Share via


Table.ApplyStyleRowBands Property

Returns or sets a Boolean that represents whether to apply style bands to the rows in a table if an applied preset table style provides style banding for rows. Read/write.

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

Syntax

'Declaration
Property ApplyStyleRowBands As Boolean
    Get
    Set
'Usage
Dim instance As Table
Dim value As Boolean

value = instance.ApplyStyleRowBands

instance.ApplyStyleRowBands = value
bool ApplyStyleRowBands { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace