Share via


Comments.Item Property

Returns a single Comment object from the specified Comments collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Integer _
) As Comment
    Get
'Usage
Dim instance As Comments
Dim Index As Integer
Dim value As Comment

value = instance.Item(Index)
Comment this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    The index number of the single Comment object in the collection to be returned.

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Comment

See Also

Reference

Comments Interface

Comments Members

Microsoft.Office.Interop.PowerPoint Namespace