Share via


OpenXmlDomReader.EOF Property

Gets a value indicating whether the reader is positioned at the end of the stream.

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

Syntax

'Declaration
Public Overrides ReadOnly Property EOF As Boolean
    Get
'Usage
Dim instance As OpenXmlDomReader
Dim value As Boolean

value = instance.EOF
public override bool EOF { get; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

OpenXmlDomReader Class

OpenXmlDomReader Members

DocumentFormat.OpenXml Namespace