Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomFunctionCollection.Remove(String) Method

Removes the specified function from the collection.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool Remove(
    string name
)

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