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

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