SetTitle
function SetTitle(title: string = null): void
Description
Sets the title of the PivotTable.
Parameters
- title
string
null Title for PivotTable.
Returns
void
function SetTitle(title: string = null): void
Sets the title of the PivotTable.
string
nullTitle for PivotTable.
void