SpreadJS Documentation
HasFormatedColor Method
Gets a value that indicates whether this formatted text contains a foreground color.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
var value; // Type: boolean
value = instance.HasFormatedColor();
function HasFormatedColor() : boolean;

Return Value

true if this formatted text contains a foreground color; otherwise, false.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.