CustomFunctionCollection.Remove(String) Method
Removes the specified function from the collection.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that is the name of the function to be removed from a collection. |
Returns
Type | Description |
---|---|
Boolean | true, if the function is successfully removed; otherwise, false. If the function is not found, the method returns false. |
See Also