Table.HorizBanding Property

Determines whether to display banded rows, in which even rows are formatted differently from odd rows. Read/write.

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

Syntax

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

value = instance.HorizBanding

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

Property Value

Type: System.Boolean

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.PowerPoint Namespace