StyleTableProperties.TableStyleRowBandSize Property

TableStyleRowBandSize.Represents the element tag in schema: w:tblStyleRowBandSize

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

Syntax

'Declaration
Public Property TableStyleRowBandSize As TableStyleRowBandSize
    Get
    Set
'Usage
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

See Also

Reference

StyleTableProperties Class

StyleTableProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace