Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / RemoveFile Method
The file name


In This Topic
    RemoveFile Method
    In This Topic
    Removes the relation file by its name.
    Syntax
    'Declaration
     
    
    Public Function RemoveFile( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As XFile
    Dim name As String
    Dim value As Boolean
     
    value = instance.RemoveFile(name)
    public bool RemoveFile( 
       string name
    )

    Parameters

    name
    The file name

    Return Value

    true if the relation file is removed successfully, otherwise, false.
    See Also