Поделиться через


TableCellProperties.BottomLeftToTopRightBorderLineProperties Property

Bottom-Left to Top-Right Border Line Properties.Represents the element tag in schema: a:lnBlToTr

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

Syntax

'Declaration
Public Property BottomLeftToTopRightBorderLineProperties As BottomLeftToTopRightBorderLineProperties
    Get
    Set
'Usage
Dim instance As TableCellProperties
Dim value As BottomLeftToTopRightBorderLineProperties

value = instance.BottomLeftToTopRightBorderLineProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties

See Also

Reference

TableCellProperties Class

TableCellProperties Members

DocumentFormat.OpenXml.Drawing Namespace