StyleTableProperties.TableStyleColumnBandSize Property

TableStyleColumnBandSize.Represents the element tag in schema: w:tblStyleColBandSize

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

Syntax

'Declaration
Public Property TableStyleColumnBandSize As TableStyleColumnBandSize
    Get
    Set
'Usage
Dim instance As StyleTableProperties
Dim value As TableStyleColumnBandSize

value = instance.TableStyleColumnBandSize

instance.TableStyleColumnBandSize = value
public TableStyleColumnBandSize TableStyleColumnBandSize { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize

See Also

Reference

StyleTableProperties Class

StyleTableProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace