Share via


extensionXllCustomFunctions object

Represents an XLL-based add-ins custom function.

Properties that reference this object type:

Syntax

{
  "fileName": "{string}"
}
{
  "fileName": "{string}"
}

Properties

fileName

Name of Excel add-in file with the file extension .xll.

Type
string

Required

Constraints
Minimum string length: 4. Maximum string length: 254.

Supported values
The string value must not contain any whitespace characters and must end with .xll.

fileName

Name of Excel add-in file with the file extension .xll.

Type
string

Required

Constraints
Minimum string length: 1. Maximum string length: 64.

Supported values
The string value must not contain any whitespace characters and must end with .xll.