Share via


CellRange.Item Property

Returns a single Cell object from the specified CellRange collection.

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

Syntax

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

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

Parameters

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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Cell
Cell

See Also

Reference

CellRange Interface

CellRange Members

Microsoft.Office.Interop.PowerPoint Namespace