Files Property (fpDataObject)
Applies To
fpDataObject object
Description
A collection of file names.
Syntax
Visual Basic
fpSpread1.fpDataObject.Files() As fpDataObjectFiles
Remarks
Use the Files property to view and manipulate data in the fpDataObjectFiles object.
The Files property is used when the GetFormat and SetData methods' Format parameter is set to 15 (fpCFFiles).
See Also
Clear, GetData, GetFormat, SetData methods