BorderPropertiesType Class

Defines the BorderPropertiesType class.

Inheritance Hierarchy

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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BorderPropertiesType Members

DocumentFormat.OpenXml.Spreadsheet Namespace

Inheritance Hierarchy

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