SpreadJS Documentation
removeCustomStyleByName Method
The name of the table style to be removed.
Removes the custom style specified by name.
Syntax
var value; // Type: boolean
value = GcSpread.Sheets.TableStyles.removeCustomStyleByName(styleName);
function removeCustomStyleByName( 
   styleName : string
) : boolean;

Parameters

styleName
The name of the table style to be removed.

Return Value

true if the remove action succeeds; otherwise, false.
See Also

Reference

TableStyles type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.