[]
Represents a language package which contains aliases of the spreadsheet engine.
public class LanguagePackage : ICalcEngineLanguagePackage
Public Class LanguagePackage
Implements ICalcEngineLanguagePackage
Name | Description |
---|---|
LanguagePackage(string, string, LanguagePackage) | Initializes a new instance of the LanguagePackage class. |
Name | Description |
---|---|
NameValueType | The value is used to define a name. |
UnspecifiedValueType | The value accepts any type. |
Name | Description |
---|---|
BuiltInStyleNames | Gets names of built-in styles. |
Chinese | Gets the function language package in Chinese. |
Czech | Gets the function language package in Czech. |
Danish | Gets the function language package in Danish. |
Dutch | Gets the function language package in Dutch. |
EditingBehaviors | Gets or sets the editing behaviors of this language package. |
English | Gets the function language package in English. |
Finnish | Gets the function language package in Finnish. |
French | Gets the function language package in French. |
German | Gets the function language package in German. |
Hungarian | Gets the function language package in Hungarian. |
Italian | Gets the function language package in Italian. |
Japanese | Gets the function language package in Japanese. |
Korean | Gets the function language package in Korean. |
Mutable | Gets a value indicating whether this LanguagePackage is mutable. |
Name | Gets the name of the language package. |
NativeName | Gets the name of the language package in the native language. |
Norwegian | Gets the function language package in Norwegian. |
Polish | Gets the function language package in Polish. |
Portuguese | Gets the function language package in Portuguese. |
Russian | Gets the function language package in Russian. |
Spanish | Gets the function language package in Spanish. |
Swedish | Gets the function language package in Swedish. |
Turkish | Gets the function language package in Turkish. |
Name | Description |
---|---|
CreateAlias(BuiltinFunction, string) | Creates a new function alias. |
FromCulture(CultureInfo) | Get the built-in language package from the specified culture. |
GetArgument(Function, string) | Get the English argument value of the specified localized argument. |
GetArgumentCount(Function, int, int, out bool) | Gets the total number of parameters that display in the intelli-sense tooltip. |
GetArgumentDescription(Function, int, int) | Gets the description of function's argument which is displayed from Function Arguments dialog. |
GetArgumentName(Function, int, int, int) | Gets the parameter name of the specified function. |
GetArgumentName(ValueType, int) | Gets the parameter name for the specified value type. |
GetArgumentName(string, int) | Gets name of the parameter. |
GetArgumentOptions(Function, int) | Gets an array of option values for the specified argument. |
GetArgumentType(Function, int, int, int) | Gets the parameter name of the specified function. |
GetArgumentTypeName(ValueType) | Gets the parameter name for the specified value type. |
GetBooleanText(bool) | Gets the text of the specified error value.. |
GetBuiltInStyleNames() | Returns names of built-in styles. |
GetDayFormatChars(out char, out char) | |
GetDescription(BuiltinFunction) | Gets the function description which is displayed from auto-completed window. |
GetDescription(Function) | Gets description of the function. |
GetDescription(StructuredItemSpecifiers) | Gets description of the item specifier. |
GetDescription2(BuiltinFunction) | Gets the function description which is displayed from Function Arguments dialog. |
GetDescription2(Function) | Gets the function description which is displayed from Function Arguments dialog. |
GetDisplayText(ObjectType) | Gets the display text of the specified object type. |
GetErrorText(CalcError) | Gets the text of the specified error value.. |
GetMinimumArgumentCount(Function, int) | Gets the minimum number of arguments must be passed to the function. |
GetName(Function) | Gets the localized name of the function. |
GetOverloads(Function) | Gets the total number of function overloads. |
GetThemeColorSchemeName(string) | Get the theme color scheme name of the current language package. |
GetThemeName(string) | Get the theme name of the current language package. |
GetYearFormatChars(out char, out char) | |
IsArrayArgument(Workbook, Function, Expression, IValue, int, int, int, int) | Indicates if the argument of a function is accept array. |
IsIntelliSenseAvailable(Function) | Gets a boolean value indicating whether the function is available in intelli-sense data. |
MapAlias(CalcError, string) | Maps a string value to the specified CalcError value. |
MapAlias(StructuredItemSpecifiers, string) | Maps a string value to the specified structured item specifier. |
MapAlias(bool, string) | Maps a string value to the specified bool value. |
ParseHeaderFooterCode(string) | Parses the printing header/footer code. |