次の方法で共有


Border.StartBorder Property

StartBorder, this property is only available in Office2010.Represents the element tag in schema: x:start

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

Syntax

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

value = instance.StartBorder

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.StartBorder

See Also

Reference

Border Class

Border Members

DocumentFormat.OpenXml.Spreadsheet Namespace