PivotTableExcelWriterApplyDimensionKeyStyles Method

NReco.PivotData Class Library Documentation
Override this method to apply styles that are specific to the dimension keys.

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

protected virtual void ApplyDimensionKeyStyles(
	ExcelRange cell,
	Object dimKey,
	string dimName
)

Parameters

cell
Type: ExcelRange
dimKey
Type: SystemObject
dimName
Type: SystemString
See Also

Reference