SharedWorkspaceFiles.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a SharedWorkspaceFile object from the Files collection of the shared workspace.
public:
property Microsoft::Office::Core::SharedWorkspaceFile ^ default[int] { Microsoft::Office::Core::SharedWorkspaceFile ^ get(int Index); };
public Microsoft.Office.Core.SharedWorkspaceFile this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.SharedWorkspaceFile
Default Public ReadOnly Property Item(Index As Integer) As SharedWorkspaceFile
Parameters
- Index
- 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.