ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbMethod Field

In This Topic
    vbMethod Field
    In This Topic
    Specifies that the method being invoked when calling the CallByName function is a regular method.
    Syntax
    'Declaration
     
    Public Const vbMethod As CallType
    public const CallType vbMethod
    See Also