StyleTableProperties.TableStyleRowBandSize Property
TableStyleRowBandSize.Represents the element tag in schema: w:tblStyleRowBandSize
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Property TableStyleRowBandSize As TableStyleRowBandSize
Get
Set
'Uso
Dim instance As StyleTableProperties
Dim value As TableStyleRowBandSize
value = instance.TableStyleRowBandSize
instance.TableStyleRowBandSize = value
public TableStyleRowBandSize TableStyleRowBandSize { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize