VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / SpreadsheetDocument Class / GetSupportedFunctions(FunctionCategory) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetSupportedFunctions(FunctionCategory) Метод (SpreadsheetDocument)
    В этом разделе
    Возвращает имена функций, которые поддерживаются в этом документе.
    Синтаксис
    'Declaration
    
    Public Function GetSupportedFunctions( _
    ByVal category
    Категория функций.
    As Vintasoft.Imaging.Office.Spreadsheet.Functions.FunctionCategory _
    ) As System.String[]
    public System.String[] GetSupportedFunctions(
    Vintasoft.Imaging.Office.Spreadsheet.Functions.FunctionCategory category
    )
    public: System.String[] GetSupportedFunctions(
    Vintasoft.Imaging.Office.Spreadsheet.Functions.FunctionCategory category
    )
    public:
    System.String[] GetSupportedFunctions(
    Vintasoft.Imaging.Office.Spreadsheet.Functions.FunctionCategory category
    )

    Parameters

    category
    Категория функций.

    Return Value

    Массив имен функций.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также