Class PivotTable.RenderOptions
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class PivotTable.RenderOptions
- Inheritance
-
PivotTable.RenderOptions
- Inherited Members
-
- Extension Methods
-
Constructors
RenderOptions()
Properties
GetCellValue
public Func<IPivotCell, string> GetCellValue { get; set; }
Property Value
- Func<IPivotCell, string>
GetColumnAxisName
public Func<PivotDimension, string> GetColumnAxisName { get; set; }
Property Value
- Func<PivotDimension, string>
GetColumnHeaderName
public Func<IPivotDimensionNode, string> GetColumnHeaderName { get; set; }
Property Value
- Func<IPivotDimensionNode, string>
GetColumnTotalValue
public Func<IPivotCell[], string> GetColumnTotalValue { get; set; }
Property Value
- Func<IPivotCell[], string>
GetGrandTotalValue
public Func<IPivotCell[], string> GetGrandTotalValue { get; set; }
Property Value
- Func<IPivotCell[], string>
GetRowAxisName
public Func<PivotDimension, string> GetRowAxisName { get; set; }
Property Value
- Func<PivotDimension, string>
public Func<IPivotDimensionNode, string> GetRowHeaderName { get; set; }
Property Value
- Func<IPivotDimensionNode, string>
GetRowTotalValue
public Func<IPivotCell[], string> GetRowTotalValue { get; set; }
Property Value
- Func<IPivotCell[], string>
RenderTotalColumn
public bool RenderTotalColumn { get; set; }
Property Value
- bool
RenderTotalRow
public bool RenderTotalRow { get; set; }
Property Value
- bool