OpenXmlPartReader.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 OpenXmlPartReader
Dim value As Boolean
value = instance.EOF
public override bool EOF { get; }
Property Value
Type: System.Boolean
Returns Boolean.