Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the current element appears after a specified element in document order.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function IsAfter ( _
element As OpenXmlElement _
) As Boolean
'Usage
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.