Click or drag to resize

IPivotTable ApplyStyleToRange Method

Apply style to range in pivot table.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void ApplyStyleToRange(
	IXLSRange cellRange,
	CellStyle style
)

Parameters

cellRange
Type: Spire.Xls.Core IXLSRange
Range in pivot table.
style
Type: Spire.Xls CellStyle
Style that apply to range.
See Also