[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLine

Interface IPivotLine

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

A PivotLine object is a line of rows or columns in an Excel PivotTable.

public interface IPivotLine

Properties

LineType

Returns a constant that indicates the type of PivotLine.

PivotLineType LineType { get; }

Property Value

PivotLineType

PivotLineCells

Returns a collection of PivotCell objects in a PivotLine.

IPivotLineCells PivotLineCells { get; }

Property Value

IPivotLineCells

Position

Returns the position of the PivotLine.

int Position { get; }

Property Value

int