Share via


PivotTable.ShowTableStyleColumnStripes Property

The Boolean property displays banded columns in which even columns are formatted differently from odd columns. This makes PivotTableseasier to read. Read/write.

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

Syntax

'Declaration
Property ShowTableStyleColumnStripes As Boolean
    Get
    Set
'Usage
Dim instance As PivotTable
Dim value As Boolean

value = instance.ShowTableStyleColumnStripes

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace