[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Localization.LanguagePackage.GetArgumentOptions

GetArgumentOptions Method

GetArgumentOptions(Function, int)

Gets an array of option values for the specified argument.

Declaration
public virtual object[] GetArgumentOptions(Function function, int index)
Public Overridable Function GetArgumentOptions([function] As [Function], index As Integer) As Object()
Parameters
Type Name Description
Function function

The function to extract information.

int index

An integer value indicates position of the argument.

Returns
Type Description
object[]

An array of argument's option values; null if there is no option value.

Remarks

If the option values are strings, the returned data type is string[]

If the option values are numeric values, the returned data is Tuple<object, string, string>[]