Represents an XLL-based add-ins custom function.
Properties that reference this object type:
Syntax
{
"fileName": "{string}"
}
{
"type": "object",
"properties": {
"fileName": {
"type": "string",
"pattern": "^(?!.*[\\r\\n\\f\\b\\v\\u0007\\t])[\\S]*\\.xll$",
"minLength": 4,
"maxLength": 254
}
}
}
{
"fileName": "{string}"
}
{
"type": "object",
"properties": {
"fileName": {
"type": "string",
"description": "File name for the XLL extension. Maximum length is 254 characters.",
"pattern": "^(?!.*[\\r\\n\\f\\b\\v\\u0007\\t])[\\S]*\\.xll$",
"minLength": 4,
"maxLength": 254
}
}
}
{
"fileName": "{string}"
}
{
"type": "object",
"properties": {
"fileName": {
"type": "string",
"description": "File name for the XLL extension. Maximum length is 254 characters.",
"pattern": "^(?!.*[\\r\\n\\f\\b\\v\\a\\t])[\\S]*\\.xll$",
"minLength": 4,
"maxLength": 254
}
}
}
{
"fileName": "{string}"
}
{
"type": "object",
"properties": {
"fileName": {
"type": "string",
"pattern": "^(?!.*[\\r\\n\\f\\b\\v\\a\\t])[\\S]*\\.xll$",
"minLength": 1,
"maxLength": 64
}
}
}
Properties
fileName
Name of Excel add-in file with the file extension .xll.
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.
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.