OpenXmlReader.EOF Property
When overridden in a derived class, 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
'Декларация
Public MustOverride ReadOnly Property EOF As Boolean
Get
'Применение
Dim instance As OpenXmlReader
Dim value As Boolean
value = instance.EOF
public abstract bool EOF { get; }
Property Value
Type: System.Boolean
Returns Boolean.