Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / FileType Property


In This Topic
    FileType Property
    In This Topic
    Gets the type of the file.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FileType As String
    'Usage
     
    
    Dim instance As XFile
    Dim value As String
     
    value = instance.FileType
    public string FileType {get;}

    Property Value

    The type of the file.
    See Also