TableLook.NoVerticalBand Property

noVBand, this property is only available in Office2010.Represents the attribte in schema: w:noVBand

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "noVBand")> _
Public Property NoVerticalBand As OnOffValue
    Get
    Set
'Usage
Dim instance As TableLook
Dim value As OnOffValue

value = instance.NoVerticalBand

instance.NoVerticalBand = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "noVBand")]
public OnOffValue NoVerticalBand { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue

See Also

Reference

TableLook Class

TableLook Members

DocumentFormat.OpenXml.Wordprocessing Namespace