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

'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

Return Value

Type: System.Boolean
true if this element apperas after the specified element in document order; otherwise false.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace