Table.ApplyStyleColumnBands Property

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

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

Syntax

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

value = instance.ApplyStyleColumnBands

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace