Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IBiff8Structure Interface / Read Method
A binary reader.


In This Topic
    Read Method (IBiff8Structure)
    In This Topic
    Reads the structure content from a binary stream.
    Syntax
    'Declaration
     
    
    Sub Read( _
       ByVal reader As BinaryReader _
    ) 
    'Usage
     
    
    Dim instance As IBiff8Structure
    Dim reader As BinaryReader
     
    instance.Read(reader)
    void Read( 
       BinaryReader reader
    )

    Parameters

    reader
    A binary reader.
    See Also