SpreadsheetGear 2023
ReturnType Property (Function)


SpreadsheetGear.CustomFunctions Namespace > Function Class : ReturnType Property
Indicates the return type of the custom function.
Syntax
'Declaration
 
Public ReadOnly Property ReturnType As ValueType
'Usage
 
Dim instance As Function
Dim value As ValueType
 
value = instance.ReturnType
public ValueType ReturnType {get;}
Remarks
A return type of ValueType.Variant specifies that the return type is variable.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Function Class
Function Members