Compartir a través de


TableCellBorders.BottomBorder Property

Bottom Border.Represents the element tag in schema: a:bottom

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

Syntax

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

value = instance.BottomBorder

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.BottomBorder
Returns BottomBorder.

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Drawing Namespace