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


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

    Property Value

    The name of the file.
    See Also