Click or drag to resize

PivotTableStyle SetConverter Method

Sets the converter for table styles.

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 SetConverter(
	Object converter
)

Parameters

converter
Type: System Object
The converter object to be set. Must be of type Spire.Xls.Core.Converter.Tables.TableStyle.
Exceptions
Exception Condition
ArgumentException Thrown when the provided converter is not of type Spire.Xls.Core.Converter.Tables.TableStyle.
See Also