SpreadJS Documentation
changeColumnName 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 GcSpread.Slicer.GeneralSlicerData(data, columnNames);
var value; // Type: any
value = instance.changeColumnName(oldName, newName);
function changeColumnName( 
   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.