Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / GetFileByType Method
type


In This Topic
    GetFileByType Method
    In This Topic
    Gets the type of the file by.
    Syntax
    'Declaration
     
    
    Public Function GetFileByType( _
       ByVal type As String _
    ) As XFile
    'Usage
     
    
    Dim instance As XFile
    Dim type As String
    Dim value As XFile
     
    value = instance.GetFileByType(type)
    public XFile GetFileByType( 
       string type
    )

    Parameters

    type
    type
    See Also