Freigeben über


OpenXmlReader.Read-Methode

Move to next element.

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

Syntax

'Declaration
Public MustOverride Function Read As Boolean
'Usage
Dim instance As OpenXmlReader
Dim returnValue As Boolean

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

Rückgabewert

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

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace