Add Method (fpDataObjectFiles)
Applies To
fpDataObjectFiles class
Description
Adds a file name to the fpDataObjectFiles collection.
Syntax
Visual Basic
fpDataObjectFiles.Add(Filename As String [Index As Variant])
Parameter
The following parameters are available:
Parameter | Description |
---|---|
Filename | File name to be added to the collection |
Index | Indicates where the file name will be inserted |
Remarks
The Index parameter is optional. If the Index parameter is omitted, then the new file name will be added to the end of the collection.
The Index parameter is zero-based. Valid values are from 0 to (Count property value –1).