OpenXmlElement.IsAfter Method
Determines if the current element appears after a specified element in document order.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function IsAfter ( _
element As OpenXmlElement _
) As Boolean
用法
Dim instance As OpenXmlElement
Dim element As OpenXmlElement
Dim returnValue As Boolean
returnValue = instance.IsAfter(element)
public bool IsAfter(
OpenXmlElement element
)
Parameters
- element
Type: DocumentFormat.OpenXml.OpenXmlElement
The element to compare for order.
Return Value
Type: System.Boolean
true if this element apperas after the specified element in document order; otherwise false.