VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / SpreadsheetDocument Class / GetSupportedFunctions(FunctionCategory) Method
Syntax Requirements SeeAlso
In This Topic
    GetSupportedFunctions(FunctionCategory) Method (SpreadsheetDocument)
    In This Topic
    Returns the function names, which are supported in this document.
    Syntax
    'Declaration
    
    Public Function GetSupportedFunctions( _
    ByVal category
    The function 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
    The function category.

    Return Value

    The array of function names.
    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