Constants.vbCurrency Campo
Definição
Indica que o tipo de um objeto variante é Currency.Indicates that the type of a variant object is Currency. Retornado pela função VarType.Returned by the VarType function.
public: Microsoft::VisualBasic::VariantType vbCurrency = 6;
public const Microsoft.VisualBasic.VariantType vbCurrency = 6;
val mutable vbCurrency : Microsoft.VisualBasic.VariantType
Public Const vbCurrency As VariantType = 6
Valor do campo
Comentários
Ao chamar a função VarType, você pode usar membros de enumeração no código em lugar dos valores reais.When you call the VarType function, you can use enumeration members in your code in place of the actual values.
A enumeração VariantType define constantes usadas para identificar tipos Variant possíveis.The VariantType enumeration defines constants used to identify possible Variant types. A tabela a seguir lista os VariantType membros de enumeração.The following table lists the VariantType enumeration members.