Spread 8.0 Documentation
Item Property (fpDataObjectFiles)
Support Options
ActiveX Reference > ActiveX Properties > Item Property (fpDataObjectFiles)

Glossary Item Box

Item Property (fpDataObjectFiles)


See Also

Applies To

fpDataObjectFiles class

Description

Returns the file name at the specified index from the fpDataObjectFiles collection.

Syntax

Visual Basic

fpDataObjectFiles.Item(Index As Long) As String

Remarks

Use the Item property to return a specific file name from the collection.

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

See Also

Count property

Add, Clear, Remove methods

Copyright © GrapeCity, inc. All rights reserved.