Compartir a través de


TableCellBorders.TopLeftToBottomRightBorder Property

Top Left to Bottom Right Border.Represents the element tag in schema: a:tl2br

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

Syntax

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

value = instance.TopLeftToBottomRightBorder

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder
Returns TopLeftToBottomRightBorder.

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Drawing Namespace