TdxSpreadSheetFunctionInfo.PrefixID Field
Stores a value that indicates which XLSX name token prefix the function signature requires.
Declaration
PrefixID: Integer
Field Value
Type |
---|
Integer |
Remarks
This field value defines the GetPrefix function’s result:
Value | Description | XLSX Name Token Prefix |
---|---|---|
0 | The function signature implements a custom function or a function introduced in Microsoft Excel® 2007 or earlier. | An empty string. |
1 | The function signature implements a function introduced in Microsoft Excel® 2010 or later. | The dxSpreadSheetFeatureFunctionPrefix global constant value. |
The TdxSpreadSheetFunctionsRepository.Add procedure uses the APrefixID parameter value to initialize the PrefixID field of a newly created function signature.
See Also