Freigeben über


BorderPropertiesType-Klasse

Defines the BorderPropertiesType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
        

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Color))> _
Public MustInherit Class BorderPropertiesType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As BorderPropertiesType
[ChildElementInfoAttribute(typeof(Color))]
public abstract class BorderPropertiesType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:Color <x:color>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

BorderPropertiesType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
        DocumentFormat.OpenXml.Spreadsheet.BottomBorder
        DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder
        DocumentFormat.OpenXml.Spreadsheet.EndBorder
        DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder
        DocumentFormat.OpenXml.Spreadsheet.LeftBorder
        DocumentFormat.OpenXml.Spreadsheet.RightBorder
        DocumentFormat.OpenXml.Spreadsheet.StartBorder
        DocumentFormat.OpenXml.Spreadsheet.TopBorder
        DocumentFormat.OpenXml.Spreadsheet.VerticalBorder