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
)
Public Sub ApplyStyleToRange (
cellRange As IXLSRange,
style As CellStyle
)
public:
virtual void ApplyStyleToRange(
IXLSRange^ cellRange,
CellStyle^ style
) sealed
abstract ApplyStyleToRange :
cellRange : IXLSRange *
style : CellStyle -> unit
override 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.
Implements
IPivotTable
ApplyStyleToRange(IXLSRange, CellStyle)
See Also