TableCellBorders.TopLeftToBottomRightCellBorder Property

Table Cell Top Left to Bottom Right Diagonal Border.Represents the element tag in schema: w:tl2br

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

Syntax

'Declaration
Public Property TopLeftToBottomRightCellBorder As TopLeftToBottomRightCellBorder
    Get
    Set
'Usage
Dim instance As TableCellBorders
Dim value As TopLeftToBottomRightCellBorder

value = instance.TopLeftToBottomRightCellBorder

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder
Returns TopLeftToBottomRightCellBorder.

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Wordprocessing Namespace