Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / XFile Constructor / XFile Constructor(String,String)
Name of the file
Type of the file


In This Topic
    XFile Constructor(String,String)
    In This Topic
    Initializes a new instance of the XFile class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fileName As String, _
       ByVal fileType As String _
    )
    'Usage
     
    
    Dim fileName As String
    Dim fileType As String
     
    Dim instance As New XFile(fileName, fileType)
    public XFile( 
       string fileName,
       string fileType
    )

    Parameters

    fileName
    Name of the file
    fileType
    Type of the file
    See Also