Table of Contents

Interface IPivotCell

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IPivotCell
Extension Methods

Properties

ColumnKey

MultiKey<string> ColumnKey { get; }

Property Value

MultiKey<string>

RowKey

MultiKey<string> RowKey { get; }

Property Value

MultiKey<string>

Table

PivotTable Table { get; }

Property Value

PivotTable

Value

int? Value { get; set; }

Property Value

int?

Methods

GetColumn()

IPivotDimensionNode GetColumn()

Returns

IPivotDimensionNode

GetRow()

IPivotDimensionNode GetRow()

Returns

IPivotDimensionNode