TableCellBorders.TopRightToBottomLeftCellBorder Property

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

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

Syntax

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

value = instance.TopRightToBottomLeftCellBorder

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder
Returns TopRightToBottomLeftCellBorder.

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Wordprocessing Namespace