TableStyleConditionalFormattingTableProperties.TableBorders Property

TableBorders.Represents the element tag in schema: w:tblBorders

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

Syntax

'Declaration
Public Property TableBorders As TableBorders
    Get
    Set
'Usage
Dim instance As TableStyleConditionalFormattingTableProperties
Dim value As TableBorders

value = instance.TableBorders

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TableBorders

See Also

Reference

TableStyleConditionalFormattingTableProperties Class

TableStyleConditionalFormattingTableProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace