ExcelExporter.GetMenuEntryName C# (CSharp) Method

GetMenuEntryName() public method

public GetMenuEntryName ( ) : string
return string
    public string GetMenuEntryName()
    {
        Log.Information("Registering new export entry");
        return Catalog.GetString("Export project to Excel file");
    }