MetadataBlocksType Class

Defines the MetadataBlocksType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType
        DocumentFormat.OpenXml.Spreadsheet.CellMetadata
        DocumentFormat.OpenXml.Spreadsheet.ValueMetadata

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

Syntax

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

Remarks

The following table lists the possible child types:MetadataBlock <x:bk>

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

MetadataBlocksType Members

DocumentFormat.OpenXml.Spreadsheet Namespace