VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / FormattingProperties Class / GetLocalizedFunctionName(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetLocalizedFunctionName(String) Method (FormattingProperties)
    In This Topic
    Returns the localized name of function.
    Syntax
    'Declaration
    
    Public Function GetLocalizedFunctionName( _
    ByVal functionName
    The function name.
    As System.String _
    ) As System.String
    public System.String GetLocalizedFunctionName(
    System.String functionName
    )
    public: System.String GetLocalizedFunctionName(
    System.String functionName
    )
    public:
    System.String GetLocalizedFunctionName(
    System.String functionName
    )

    Parameters

    functionName
    The function name.

    Return Value

    The localized function name.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also