TableStyleType.Band2Vertical Property
Band 2 Vertical.Represents the element tag in schema: a:band2V
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Band2Vertical As Band2Vertical
Get
Set
'Usage
Dim instance As TableStyleType
Dim value As Band2Vertical
value = instance.Band2Vertical
instance.Band2Vertical = value
public Band2Vertical Band2Vertical { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Band2Vertical