MarkerType Class
Defines the MarkerType class.
Inheritance Hierarchy
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
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.