PivotLineCells._Default Property

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

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Index As Object _
) As PivotCell
    Get
'Usage
Dim instance As PivotLineCells
Dim Index As Object
Dim value As PivotCell

value = instance(Index)
PivotCell this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.PivotCell

See Also

Reference

PivotLineCells Interface

PivotLineCells Members

Microsoft.Office.Interop.Excel Namespace