次の方法で共有


TableCellBorders.EndBorder Property

EndBorder, this property is only available in Office2010.Represents the element tag in schema: w:end

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

Syntax

'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property EndBorder As EndBorder
    Get
    Set
'使用
Dim instance As TableCellBorders
Dim value As EndBorder

value = instance.EndBorder

instance.EndBorder = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public EndBorder EndBorder { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.EndBorder

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Wordprocessing Namespace