[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ReplacePivotStyle

ReplacePivotStyle Method

ReplacePivotStyle(IPivotTable, string)

Applies the pivot style of specified IPivotTable object and clear formatting.

Declaration
public static Command ReplacePivotStyle(IPivotTable pivotTable, string styleName)
Public Shared Function ReplacePivotStyle(pivotTable As IPivotTable, styleName As String) As Command
Parameters
Type Name Description
IPivotTable pivotTable
string styleName
Returns
Type Description
Command