GlobalizationSettings class

GlobalizationSettings class

Represents the globalization settings.

The GlobalizationSettings type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of GlobalizationSettings

Properties

PropertyDescription
chart_settingsGets or sets the globalization settings for Chart.
pivot_settingsGets or sets the globalization settings for pivot table.
list_separatorGets the separator for list, parameters of function, …etc.
row_separator_of_formula_arrayGets the separator for rows in array data in formula.
column_separator_of_formula_arrayGets the separator for the items in array’s row data in formula.

Methods

MethodDescription
get_pivot_total_nameGets the name of “Total” label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area.
get_pivot_grand_total_nameGets the name of “Grand Total” label in the PivotTable.
get_multiple_items_nameGets the name of “(Multiple Items)” label in the PivotTable.
get_all_nameGets the name of “(All)” label in the PivotTable.
get_protection_name_of_pivot_tableGets the protection name in the PivotTable.
get_column_labels_of_pivot_tableGets the name of “Column Labels” label in the PivotTable.
get_row_labels_name_of_pivot_tableGets the name of “Row Labels” label in the PivotTable.
get_empty_data_nameGets the name of “(blank)” label in the PivotTable.
get_data_field_header_name_of_pivot_tableGets the the name of the value area field header in the PivotTable.
get_sub_total_nameGets the name of PivotFieldSubtotalType type in the PivotTable.
get_total_nameGets the total name of the function.
get_grand_total_nameGets the grand total name of the function.
get_default_sheet_nameGets the default sheet name for adding worksheet automatically.
Default is “Sheet”.
get_table_row_type_of_headersGets the type name of table rows that consists of the table header.
Default is “Headers”, so in formula “#Headers” represents the table header.
get_table_row_type_of_dataGets the type name of table rows that consists of data region of referenced table.
Default is “Data”, so in formula “#Data” represents the data region of the table.
get_table_row_type_of_allGets the type name of table rows that consists of all rows in referenced table.
Default is “All”, so in formula “#All” represents all rows in referenced table.
get_table_row_type_of_totalsGets the type name of table rows that consists of the total row of referenced table.
Default is “Totals”, so in formula “#Totals” represents the total row of referenced table.
get_table_row_type_of_currentGets the type name of table rows that consists of the current row in referenced table.
Default is “This Row”, so in formula “#This Row” represents the current row in referenced table.
get_error_value_stringGets the display string value for cell’s error value
get_boolean_value_stringGets the display string value for cell’s boolean value
get_local_function_nameGets the locale dependent function name according to given standard function name.
get_standard_function_nameGets the standard function name according to given locale dependent function name.
get_local_built_in_nameGets the locale dependent text for built-in Name according to given standard text.
get_standard_built_in_nameGets the standard text of built-in Name according to given locale dependent text.
get_standard_header_footer_font_style_nameGets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
get_comment_title_nameGets the locale dependent comment title name according to comment title type.
compareCompares two string values according to certain collation rules.

See Also