PivotCell.PivotRowLine Eigenschaft
Definition
public:
property Microsoft::Office::Interop::Excel::PivotLine ^ PivotRowLine { Microsoft::Office::Interop::Excel::PivotLine ^ get(); };
public Microsoft.Office.Interop.Excel.PivotLine PivotRowLine { get; }
Public ReadOnly Property PivotRowLine As PivotLine
Eigenschaftswert
Hinweise
Wenn sich PivotCell in Zeilen befindet, gibt PivotRowLine das PivotLine -Objekt der Zeile zurück.If the PivotCell is on rows, PivotRowLine returns the row's PivotLine object.
Wenn sich PivotCell in Spalten befindet, gibt PivotRowLine einen Laufzeitfehler zurück.If the PivotCell is on columns, PivotRowLine returns a run-time error.
Wenn sich pivotCell im Datenbereich befindet, gibt PivotRowLine das PivotLine -Objekt der entsprechenden Zeile zurück.If the PivotCell is in the data area, PivotRowLine returns the corresponding row's PivotLine object.