MarkerType Class
Defines the MarkerType class.
Inheritance Hierarchy
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
声明
<ChildElementInfoAttribute(GetType(RowOffset))> _
<ChildElementInfoAttribute(GetType(ColumnId))> _
<ChildElementInfoAttribute(GetType(ColumnOffset))> _
<ChildElementInfoAttribute(GetType(RowId))> _
Public MustInherit Class MarkerType _
Inherits OpenXmlCompositeElement
用法
Dim instance As MarkerType
[ChildElementInfoAttribute(typeof(RowOffset))]
[ChildElementInfoAttribute(typeof(ColumnId))]
[ChildElementInfoAttribute(typeof(ColumnOffset))]
[ChildElementInfoAttribute(typeof(RowId))]
public abstract class MarkerType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:ColumnId <xdr:col>ColumnOffset <xdr:colOff>RowId <xdr:row>RowOffset <xdr:rowOff>
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.