VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Functions Namespace / SupportedFunctions Class / GetFunctions Methods / GetFunctions(FunctionCategory,FormattingProperties) Method
Syntax Requirements SeeAlso
In This Topic
GetFunctions(FunctionCategory,FormattingProperties) Method (SupportedFunctions)
In This Topic
Returns an array that contains function names for specified category.
Syntax
'Declaration

Public Overloads Shared Function GetFunctions( _
ByVal category
The function category.
As FunctionCategory, _
ByVal formattingProperties
Properties for localizing function names.
As Vintasoft.Imaging.Office.Spreadsheet.Document.FormattingProperties _
) As System.String[]

Parameters

category
The function category.
formattingProperties
Properties for localizing function names.

Return Value

The array of string that contains functions.
Requirements

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

See Also