AnswerWizardFiles.Delete Method

Deletes the specified object from its collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Delete ( _
    FileName As String _
)
'Usage
Dim instance As AnswerWizardFiles
Dim FileName As String

instance.Delete(FileName)
void Delete(
    string FileName
)

Parameters

  • FileName
    Type: System.String

    Required String. The name of the file to be deleted, including the fully qualified path, file name, and extension.

See Also

Reference

AnswerWizardFiles Interface

AnswerWizardFiles Members

Microsoft.Office.Core Namespace