Interface IStdConstantsModule
MS-VBAL 6.1.2.2 Constants Module
public interface IStdConstantsModule
Remarks
Formalizes the public interface of the Constants module.
Defines a series of non-printable characters, making this a bit awkward.
👉 Environment host should expose all members of this module as Const members.
Fields
VBBackChr
The Chr$ integer value represented by the vbBack constant.
public const int VBBackChr = 8
Field Value
VBCrChr
The Chr$ integer value represented by the vbCr constant.
public const int VBCrChr = 13
Field Value
VBCrLfChr
The Chr$ integer value represented by the vbCrLf constant.
public const int VBCrLfChr = 23
Field Value
VBFormFeedChr
The Chr$ integer value represented by the vbFormFeed constant.
public const int VBFormFeedChr = 12
Field Value
VBLfChr
The Chr$ integer value represented by the vbLf constant.
public const int VBLfChr = 10
Field Value
VBNullCharChr
The Chr$ integer value represented by the vbNullChar constant.
public const int VBNullCharChr = 0
Field Value
VBObjectError
The integer value represented by the vbObjectError constant.
public const int VBObjectError = -2147221504
Field Value
VBTabChr
The Chr$ integer value represented by the vbTab constant.
public const int VBTabChr = 9
Field Value
VBVerticalTabChr
The Chr$ integer value represented by the vbVerticalTab constant.
public const int VBVerticalTabChr = 11
Field Value
Properties
VBNewLine
An implementation-defined string value representing a new line.
string VBNewLine { get; }
Property Value
VBNullString
An implementation-defined string value representing a null string pointer.
string VBNullString { get; }