SettableGlobalizationSettings Class

SettableGlobalizationSettings class

Implementation of GlobalizationSettings that supports user to set/change pre-defined texts.


type SettableGlobalizationSettings struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewSettableGlobalizationSettingsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTotalNameGets the total name of specific function.
SetTotalNameSets the total name of specific function.
GetGrandTotalNameGets the grand total name of the function.
SetGrandTotalNameSets the grand total name of specific function.
GetTableRowTypeOfHeadersGets the type name of table rows that consists of the table header.Default is “Headers”, so in formula “#Headers” represents the table header.
SetTableRowTypeOfHeadersSets the type name of table rows that consists of the table header.
GetTableRowTypeOfDataGets 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.
SetTableRowTypeOfDataSets the type name of table rows that consists of data region of referenced table.
GetTableRowTypeOfAllGets the type name of table rows that consists of all rows in referenced table.
SetTableRowTypeOfAllSets the type name of table rows that consists of all rows in referenced table.
GetTableRowTypeOfTotalsGets the type name of table rows that consists of the total row of referenced table.
SetTableRowTypeOfTotalsSets the type name of table rows that consists of the total row of referenced table.
GetTableRowTypeOfCurrentGets the type name of table rows that consists of the current row in referenced table.
SetTableRowTypeOfCurrentSets the type name of table rows that consists of the current row in referenced table.
GetErrorValueStringGets the display string value for cell’s error value
GetBooleanValueStringGets the display string value for cell’s boolean value
SetBooleanValueStringSets the display string value for cell’s boolean value
GetLocalFunctionNameGets the locale dependent function name according to given standard function name.
SetLocalFunctionNameSets the locale dependent function name corresponding to given standard function name.
GetStandardFunctionNameGets the standard function name according to given locale dependent function name.
SetStandardFunctionNameSets the locale dependent function name according to given standard function name.
GetLocalBuiltInNameGets the locale dependent text for built-in Name according to given standard text.
SetLocalBuiltInNameSets the locale dependent text for the built-in name with given standard name text.
GetStandardBuiltInNameGets the standard text of built-in Name according to given locale dependent text.
SetStandardBuiltInNameSets the locale dependent function name according to given standard function name.
GetListSeparatorGets the separator for list, parameters of function, …etc.
SetListSeparatorSets the separator for list, parameters of function, …etc.
GetRowSeparatorOfFormulaArrayGets the separator for rows in array data in formula.
SetRowSeparatorOfFormulaArraySets the separator for rows in array data in formula.
GetColumnSeparatorOfFormulaArrayGets the separator for the items in array’s row data in formula.
SetColumnSeparatorOfFormulaArraySets the separator for the items in array’s row data in formula.
GetStandardHeaderFooterFontStyleNameGets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
SetStandardHeaderFooterFontStyleNameSets the locale dependent function name according to given standard function name.
GetCommentTitleNameGets the locale dependent comment title name according to comment title type.
SetCommentTitleNameGets the locale dependent comment title name according to comment title type.