Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / CreateObjectFromFile Method
filename
type


In This Topic
    CreateObjectFromFile Method
    In This Topic
    Creates the object from file and type.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateObjectFromFile( _
       ByVal filename As String, _
       ByVal type As Type _
    ) As Object
    'Usage
     
    
    Dim filename As String
    Dim type As Type
    Dim value As Object
     
    value = ExcelXMLHelpers.CreateObjectFromFile(filename, type)
    public static object CreateObjectFromFile( 
       string filename,
       Type type
    )

    Parameters

    filename
    filename
    type
    type

    Return Value

    object about this file
    See Also