TdxSpreadSheetFunctionInfo Methods
A function signature in the spreadsheet function repository.| Name | Description |
|---|---|
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetPrefix | Returns a prefix of the function signature’s XLSX name token. |
| IsValid | Identifies if the function signature is ready for use in formula expressions. |
| ToString | Returns the function’s simple syntax prototype as a string. |
| UpdateInfo(TdxSpreadSheetFormatSettings) | Initializes the Name field to the uppercased public name of the function signature. |
See Also