SpreadJS Documentation
innerFormatter Method
The inner formatter.
Gets or sets the inner formatter.
Syntax
var instance = new GcSpread.Sheets.AutoFormatter(innerFormatter);
var value; // Type: GeneralFormatter
value = instance.innerFormatter(formatter);
function innerFormatter( 
   formatter : GeneralFormatter
) : GeneralFormatter;

Parameters

formatter
The inner formatter.

Return Value

The inner formatter.
See Also

Reference

AutoFormatter type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.