Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFileHandler Class / ExcelFileHandler Constructor / ExcelFileHandler Constructor(Object)


In This Topic
    ExcelFileHandler Constructor(Object)
    In This Topic
    ExcelFileHandler - constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal o As Object _
    )
    'Usage
     
    
    Dim o As Object
     
    Dim instance As New ExcelFileHandler(o)
    public ExcelFileHandler( 
       object o
    )

    Parameters

    o
    See Also