Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / UndefinedBiff8Structure Class / UndefinedBiff8Structure Constructor / UndefinedBiff8Structure Constructor(Int32,BiffRec)


In This Topic
    UndefinedBiff8Structure Constructor(Int32,BiffRec)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal size As Integer, _
       ByVal type As BiffRec _
    )
    'Usage
     
    
    Dim size As Integer
    Dim type As BiffRec
     
    Dim instance As New UndefinedBiff8Structure(size, type)
    public UndefinedBiff8Structure( 
       int size,
       BiffRec type
    )

    Parameters

    size
    type
    See Also