[]
A PivotLine object is a line of rows or columns in an Excel PivotTable.
public interface IPivotLine
Returns a constant that indicates the type of PivotLine.
PivotLineType LineType { get; }
Returns a collection of PivotCell objects in a PivotLine.
IPivotLineCells PivotLineCells { get; }
Returns the position of the PivotLine.
int Position { get; }