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