TableCellProperties.TopLeftToBottomRightBorderLineProperties Property
Top-Left to Bottom-Right Border Line Properties.Represents the element tag in schema: a:lnTlToBr
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TopLeftToBottomRightBorderLineProperties As TopLeftToBottomRightBorderLineProperties
Get
Set
'Usage
Dim instance As TableCellProperties
Dim value As TopLeftToBottomRightBorderLineProperties
value = instance.TopLeftToBottomRightBorderLineProperties
instance.TopLeftToBottomRightBorderLineProperties = value
public TopLeftToBottomRightBorderLineProperties TopLeftToBottomRightBorderLineProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties