SpreadJS Documentation
CultureInfo type
Represents the custom culture class. The member variable can be overwritten.
Syntax
var instance = new GcSpread.Sheets.CultureInfo();
function CultureInfo;
Inheritance Hierarchy

Object
   GcSpread.Sheets.CultureInfo

Constructors
 NameDescription
public ConstructorCultureInfo ConstructorRepresents the custom culture class. The member variable can be overwritten.  
Top
Fields
 NameDescription
public FieldabbreviatedDayNamesSpecifies the day formatter for "ddd".  
public FieldabbreviatedMonthGenitiveNamesSpecifies the month formatter for "MMM".  
public FieldabbreviatedMonthNamesSpecifies the month formatter for "MMM".  
public FieldamDesignatorIndicates the AM designator.  
public FieldarrayGroupSeparatorIndicates the separator for the array rows of an array constant in a formula.  
public FieldarrayListSeparatorIndicates the separator for the constants in one row of an array constant in a formula.  
public FieldcurrencyDecimalSeparatorIndicates the currency decimal point.  
public FieldcurrencyGroupSeparatorIndicates the currency thousand separator.  
public FieldcurrencySymbolIndicates the currency symbol.  
public FielddayNamesSpecifies the day formatter for "dddd".  
public FieldfullDateTimePatternSpecifies the standard date formatter for "F".  
public FieldlistSeparatorIndicates the separator for function arguments in a formula.  
public FieldlongDatePatternSpecifies the standard date formatter for "D".  
public FieldlongTimePatternSpecifies the standard date formatter for "T" and "U".  
public FieldmonthDayPatternSpecifies the standard date formatter for "M" and "m".  
public FieldmonthGenitiveNamesSpecifies the formatter for "MMMM".  
public FieldmonthNamesSpecifies the formatter for "M" or "MM".  
public FieldnumberDecimalSeparatorIndicates the decimal point.  
public FieldnumberGroupSeparatorIndicates the thousand separator.  
public FieldpmDesignatorIndicates the PM designator.  
public Fieldrfc1123PatternSpecifies the standard date formatter for "R" and "r".  
public FieldshortDatePatternSpecifies the standard date formatter for "d".  
public FieldshortTimePatternSpecifies the standard date formatter for "t".  
public FieldsortableDateTimePatternSpecifies the standard date formatter for "s".  
public FielduniversalSortableDateTimePatternSpecifies the standard date formatter for "u".  
public FieldyearMonthPatternSpecifies the standard date formatter for "y" and "Y".  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.