Digits Property
Description
Represents the number of digits of a DISPLAYPRECISION type object.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Digits As Long |
Return Type
Read/write Long value.
Remarks
This property is only useful for objects of type DISPLAYPRECISION. For objects of other types, setting this property does nothing and getting it always returns zero.
See Also