Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IBiff8StructureOptimizedSupport Interface / Read Method
The source byte array.
The offset in source which indicates the starting location of biff record.


In This Topic
    Read Method (IBiff8StructureOptimizedSupport)
    In This Topic
    Reads the structure content from a byte array.
    Syntax
    'Declaration
     
    
    Function Read( _
       ByVal buffer() As Byte, _
       ByVal offset As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IBiff8StructureOptimizedSupport
    Dim buffer() As Byte
    Dim offset As Integer
    Dim value As Integer
     
    value = instance.Read(buffer, offset)
    int Read( 
       byte[] buffer,
       int offset
    )

    Parameters

    buffer
    The source byte array.
    offset
    The offset in source which indicates the starting location of biff record.

    Return Value

    The starting point of the next biff record.
    See Also