Spread 8.0 Documentation
Add Method (fpDataObjectFiles)
Support Options
ActiveX Reference > ActiveX Methods > Add Method (fpDataObjectFiles)

Glossary Item Box

Add Method (fpDataObjectFiles)


See Also

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).

See Also

Count, Item properties

Clear, Remove methods

Copyright © GrapeCity, inc. All rights reserved.