GlobalizationSettings Class
Contents
[
Hide
]GlobalizationSettings class
Represents the globalization settings.
type GlobalizationSettings struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewGlobalizationSettings | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetChartSettings | Gets the globalization settings for Chart. |
SetChartSettings | Sets the globalization settings for Chart. |
GetPivotSettings | Gets the globalization settings for pivot table. |
SetPivotSettings | Sets the globalization settings for pivot table. |
GetTotalName | Gets the total name of the function. |
GetGrandTotalName | Gets the grand total name of the function. |
GetDefaultSheetName | Gets the default sheet name for adding worksheet automatically.Default is “Sheet”. |
GetTableRowTypeOfHeaders | Gets the type name of table rows that consists of the table header.Default is “Headers”, so in formula “#Headers” represents the table header. |
GetTableRowTypeOfData | Gets 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. |
GetTableRowTypeOfAll | Gets 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. |
GetTableRowTypeOfTotals | Gets 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. |
GetTableRowTypeOfCurrent | Gets 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. |
GetErrorValueString | Gets the display string value for cell’s error value |
GetBooleanValueString | Gets the display string value for cell’s boolean value |
GetLocalFunctionName | Gets the locale dependent function name according to given standard function name. |
GetStandardFunctionName | Gets the standard function name according to given locale dependent function name. |
GetLocalBuiltInName | Gets the locale dependent text for built-in Name according to given standard text. |
GetStandardBuiltInName | Gets the standard text of built-in Name according to given locale dependent text. |
GetListSeparator | Gets the separator for list, parameters of function, …etc. |
GetRowSeparatorOfFormulaArray | Gets the separator for rows in array data in formula. |
GetColumnSeparatorOfFormulaArray | Gets the separator for the items in array’s row data in formula. |
GetStandardHeaderFooterFontStyleName | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. |
GetCommentTitleName | Gets the locale dependent comment title name according to comment title type. |
Compare | Compares two string values according to certain collation rules. |