Border.RightBorder Property

Right Border.Represents the element tag in schema: x:right

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

Syntax

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

value = instance.RightBorder

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.RightBorder
Returns RightBorder.

See Also

Reference

Border Class

Border Members

DocumentFormat.OpenXml.Spreadsheet Namespace