Represents rendering context for the value cell.
Inheritance Hierarchy
NReco.PivotData.OutputPivotTableHtmlWriterValueCellContext
Namespace: NReco.PivotData.Output
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotTableHtmlWriterValueCellContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddCssClass | ||
| AddCssStyle | ||
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Aggregator |
Aggregator that represents cell value.
| |
| AggregatorIndex |
Aggregator index (used if table has several measures).
| |
| AllowHtml |
Allows rendering of HTML tags in the FormattedValue.
| |
| ColumnKey |
Column key for this value cell (null if value for totals row).
| |
| CssClass |
CSS class value (may be null).
| |
| CssStyle |
CSS inline style value (may be null).
| |
| FormattedValue |
Formatted content for the table cell.
| |
| RowKey |
Row key for this value cell (null if value for totals column).
|
See Also