Share via


SharedWorkspaceFiles.Item Property

Returns a SharedWorkspaceFile object from the Files collection of the shared workspace.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As SharedWorkspaceFile
    Get
'Usage
Dim instance As SharedWorkspaceFiles
Dim Index As Integer
Dim value As SharedWorkspaceFile

value = instance(Index)
SharedWorkspaceFile this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    Optional Integer. Returns the SharedWorkspaceFile at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display.

Property Value

Type: Microsoft.Office.Core.SharedWorkspaceFile

See Also

Reference

SharedWorkspaceFiles Interface

SharedWorkspaceFiles Members

Microsoft.Office.Core Namespace