Share via


OpenXmlDomReader.Read Method

Move to next element.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overrides Function Read As Boolean
'Usage
Dim instance As OpenXmlDomReader
Dim returnValue As Boolean

returnValue = instance.Read()
public override bool Read()

Return Value

Type: System.Boolean
true if the next element was read successfully; false if there are no more elements to read.

See Also

Reference

OpenXmlDomReader Class

OpenXmlDomReader Members

DocumentFormat.OpenXml Namespace