Spread.Sheets Documentation
onColumnNameChanged Method
The old name of the column.
The new name of the column.
Changes a column name for the general slicer data.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
var value; // Type: any
value = instance.onColumnNameChanged(oldName, newName);
function onColumnNameChanged( 
   oldName : string,
   newName : string
) : any;

Parameters

oldName
The old name of the column.
newName
The new name of the column.
See Also

Reference

GeneralSlicerData type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.