Package com.grapecity.documents.excel
Interface IPivotLine
public interface IPivotLine
A PivotLine object is a line of rows or columns in an Excel PivotTable.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a constant that indicates the type of PivotLine.Returns a collection of PivotCell objects in a PivotLine.intReturns 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.
-