TableBorders.RightBorder Property

Table Right Border.Represents the element tag in schema: w:right

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

Syntax

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

value = instance.RightBorder

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.RightBorder
Returns RightBorder.

See Also

Reference

TableBorders Class

TableBorders Members

DocumentFormat.OpenXml.Wordprocessing Namespace