[]
        
(Showing Draft Content)

IPivotLine

Interface IPivotLine


public interface IPivotLine
A PivotLine object is a line of rows or columns in an Excel PivotTable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a constant that indicates the type of PivotLine.
    Returns a collection of PivotCell objects in a PivotLine.
    int
    Returns or sets the position of the PivotLine.
  • Method Details

    • getLineType

      PivotLineType getLineType()
      Returns a constant that indicates the type of PivotLine.
    • getPivotLineCells

      IPivotLineCells getPivotLineCells()
      Returns a collection of PivotCell objects in a PivotLine.
    • getPosition

      int getPosition()
      Returns or sets the position of the PivotLine.