次の方法で共有


TableCellBorders.BottomBorder Property

Table Cell Bottom Border.Represents the element tag in schema: w:bottom

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

Syntax

'宣言
Public Property BottomBorder As BottomBorder
    Get
    Set
'使用
Dim instance As TableCellBorders
Dim value As BottomBorder

value = instance.BottomBorder

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.BottomBorder
Returns BottomBorder.

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Wordprocessing Namespace