Border.LeftBorder Property

Left Border.Represents the element tag in schema: x:left

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

Syntax

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

value = instance.LeftBorder

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.LeftBorder
Returns LeftBorder.

See Also

Reference

Border Class

Border Members

DocumentFormat.OpenXml.Spreadsheet Namespace