PivotTableExcelWriter.ApplyDimensionKeyStyles 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: System.Object
dimName
Type: System.String
See Also

Reference