SpreadJS Documentation
Culture Method
The culture of the current Spread.
Gets or sets the SpreadJS culture.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Culture(culture);
function Culture( 
   culture : string
) : any;

Parameters

culture
The culture of the current Spread.

Return Value

If this is invoked with no parameter, the return value is the current culture string.
See Also

Reference

Sheets type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.