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

In This Topic
vbNull Field
In This Topic
Represents a variant with no valid data, equivalent to the Visual Basic Null keyword. This value is used to indicate the absence of a value or a null state.
Syntax
'Declaration
 
Public Const vbNull As VariantType
 
See Also