ConditionalFormatStyle.OddHorizontalBand Property
oddHBand, this property is only available in Office2010.Represents the attribte in schema: w:oddHBand
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "oddHBand")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property OddHorizontalBand As OnOffValue
Get
Set
'Применение
Dim instance As ConditionalFormatStyle
Dim value As OnOffValue
value = instance.OddHorizontalBand
instance.OddHorizontalBand = value
[SchemaAttrAttribute(, "oddHBand")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public OnOffValue OddHorizontalBand { get; set; }
Property Value
Type: DocumentFormat.OpenXml.OnOffValue