SpreadJS Documentation
removeCustomStyle Method
The table style to be removed.
Removes the specified custom style.
Syntax
var value; // Type: boolean
value = GcSpread.Sheets.TableStyles.removeCustomStyle(style);
function removeCustomStyle( 
   style : TableStyle
) : boolean;

Parameters

style
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.