Click or drag to resize

XlsPivotTable ApplyStyleToRange Method

Apply style to range in pivot table.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public 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.

Implements

IPivotTable ApplyStyleToRange(IXLSRange, CellStyle)
See Also