Freigeben über


MarkerType-Klasse

Defines the MarkerType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.MarkerType
        DocumentFormat.OpenXml.Spreadsheet.FromMarker
        DocumentFormat.OpenXml.Spreadsheet.ToMarker

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ColumnOffset))> _
<ChildElementInfoAttribute(GetType(RowId))> _
<ChildElementInfoAttribute(GetType(ColumnId))> _
<ChildElementInfoAttribute(GetType(RowOffset))> _
Public MustInherit Class MarkerType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As MarkerType
[ChildElementInfoAttribute(typeof(ColumnOffset))]
[ChildElementInfoAttribute(typeof(RowId))]
[ChildElementInfoAttribute(typeof(ColumnId))]
[ChildElementInfoAttribute(typeof(RowOffset))]
public abstract class MarkerType : OpenXmlCompositeElement

Threadsicherheit

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

Siehe auch

Referenz

MarkerType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace