[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.ApplyPivotStyle

ApplyPivotStyle Method

ApplyPivotStyle(IPivotTable, string)

Applies the pivot style of specified IPivotTable object.

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