OpenXmlElement.IsAfter(OpenXmlElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the current element appears after a specified element in document order.
public bool IsAfter (DocumentFormat.OpenXml.OpenXmlElement element);
member this.IsAfter : DocumentFormat.OpenXml.OpenXmlElement -> bool
Public Function IsAfter (element As OpenXmlElement) As Boolean
Parameters
- element
- OpenXmlElement
The element to compare for order.
Returns
Returns true if the current element appears after the specified element in document order; otherwise returns false.