Namespace:
NReco.PivotData.Output
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
protected virtual void ApplyValueStyles(
ExcelRange cell,
IAggregator aggr,
int aggrIndex
)
Protected Overridable Sub ApplyValueStyles (
cell As ExcelRange,
aggr As IAggregator,
aggrIndex As Integer
)
protected:
virtual void ApplyValueStyles(
ExcelRange^ cell,
IAggregator^ aggr,
int aggrIndex
)
abstract ApplyValueStyles :
cell : ExcelRange *
aggr : IAggregator *
aggrIndex : int -> unit
override ApplyValueStyles :
cell : ExcelRange *
aggr : IAggregator *
aggrIndex : int -> unit
Parameters
- cell
- Type: ExcelRange
- aggr
- Type: NReco.PivotDataIAggregator
- aggrIndex
- Type: SystemInt32
Reference