SpreadJS Documentation
getCultureInfo Method
The culture name.
Gets the specified culture.
Syntax
var value; // Type: CultureInfo
value = GcSpread.Sheets.getCultureInfo(cultureName);
function getCultureInfo( 
   cultureName : string
) : CultureInfo;

Parameters

cultureName
The culture name.

Return Value

culture The culture.
See Also

Reference

Sheets type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.