Skip to content

Item Property

Description

A collection whose elements represent a list of all filenames used by a DataObject object (such as the names of files that a user drags to or from the Windows File Explorer).

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Item( _
    ByVal Index As Long _
) As String

Parameters

  • Index: An integer with a range from 0 to DataObjectFiles.Count - 1.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.