[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.ColumnItems

ColumnItems Property

ColumnItems

Gets a PivotItemList collection that corresponds to the items on the column axis that represent the selected range.

Declaration
IPivotItemList ColumnItems { get; }
ReadOnly Property ColumnItems As IPivotItemList
Examples
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IPivotItemList columnItems = pivotCell.ColumnItems;