Share via


Columns.Item Property

Returns a single Column object from the specified Columns 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 Column
    Get
'Usage
Dim instance As Columns
Dim Index As Integer
Dim value As Column

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

Parameters

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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Column

See Also

Reference

Columns Interface

Columns Members

Microsoft.Office.Interop.PowerPoint Namespace