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
)
 
Sub ApplyStyleToRange ( 
	cellRange As IXLSRange,
	style As CellStyle
)
 
void ApplyStyleToRange(
	IXLSRange^ cellRange, 
	CellStyle^ style
)
 
abstract ApplyStyleToRange : 
cellRange : IXLSRange * 
style : CellStyle -> unit 
 
 
 
Parameters
- 
cellRange
 
- 
Type:
Spire.Xls.Core
IXLSRange
Range in pivot table.
 
- 
style
 
- 
Type:
Spire.Xls
CellStyle
Style that apply to range.
 
 
See Also