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

Glossary Item Box

Remove Method (fpDataObjectFiles)


See Also

Applies To

fpDataObjectFiles class

Description

Removes the file at the specified index from the fpDataObjectFiles collection.

Syntax

Visual Basic

fpDataObjectFiles.Remove(Index As Variant)

Parameter

The following parameter is available:

Parameter Description
Index Indicates which file name to remove

Remarks

Use the Clear method to clear all file names from the collection.

The Index parameter is zero-based. Valid values are from 0 to (Count property value –1).

See Also

Count, Item properties

Add, Clear methods

Copyright © GrapeCity, inc. All rights reserved.