Spread for ASP.NET 12 Product Documentation
GetCustomFunction Method (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : GetCustomFunction Method
Name of the user-defined custom function to get
Gets a user-defined custom function from the model.
Syntax
'Declaration
 
Public Function GetCustomFunction( _
   ByVal name As String _
) As FunctionInfo
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim value As FunctionInfo
 
value = instance.GetCustomFunction(name)
public FunctionInfo GetCustomFunction( 
   string name
)

Parameters

name
Name of the user-defined custom function to get
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members