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

In This Topic
    vbLong Field
    In This Topic
    Represents a long integer variant type, equivalent to the Visual Basic Long keyword. This value is used for variables that store long integer values.
    Syntax
    'Declaration
     
    Public Const vbLong As VariantType
    public const VariantType vbLong
    See Also