Compartilhar via


PivotLine.PivotLineCells Property

Returns a collection of PivotCell objects in a PivotLine. Read-only.

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

Syntax

'Declaration
ReadOnly Property PivotLineCells As PivotLineCells
    Get
'Usage
Dim instance As PivotLine
Dim value As PivotLineCells

value = instance.PivotLineCells
PivotLineCells PivotLineCells { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.PivotLineCells
PivotLineCells

See Also

Reference

PivotLine Interface

PivotLine Members

Microsoft.Office.Interop.Excel Namespace