MarkerType-Klasse
Defines the MarkerType class.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType
DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker
DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(RowOffset))> _
<ChildElementInfoAttribute(GetType(ColumnId))> _
<ChildElementInfoAttribute(GetType(ColumnOffset))> _
<ChildElementInfoAttribute(GetType(RowId))> _
Public MustInherit Class MarkerType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As MarkerType
[ChildElementInfoAttribute(typeof(RowOffset))]
[ChildElementInfoAttribute(typeof(ColumnId))]
[ChildElementInfoAttribute(typeof(ColumnOffset))]
[ChildElementInfoAttribute(typeof(RowId))]
public abstract class MarkerType : OpenXmlCompositeElement
Hinweise
The following table lists the possible child types:ColumnId <xdr:col>ColumnOffset <xdr:colOff>RowId <xdr:row>RowOffset <xdr:rowOff>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.