Compartir a través de


TableCellBorders.LeftBorder Property

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

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

Syntax

'Declaración
Public Property LeftBorder As LeftBorder
    Get
    Set
'Uso
Dim instance As TableCellBorders
Dim value As LeftBorder

value = instance.LeftBorder

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.LeftBorder
Returns LeftBorder.

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Drawing Namespace