Interface IPivotCell
public interface IPivotCell
- Extension Methods
Properties
ColumnKey
MultiKey<string> ColumnKey { get; }
Property Value
RowKey
MultiKey<string> RowKey { get; }
Property Value
Table
PivotTable Table { get; }
Property Value
Value
int? Value { get; set; }
Property Value
- int?
Methods
GetColumn()
IPivotDimensionNode GetColumn()
Returns
GetRow()
IPivotDimensionNode GetRow()