Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.ColAllowEmptyNumbers Property

Gets or sets the ability to accept blank strings as value for numeric columns

Syntax
Public Property Get ColAllowEmptyNumbers (ByRef vKey As Variant) As Boolean
Public Property Let ColAllowEmptyNumbers (ByRef vKey As Variant, _
ByRef b As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef b As Boolean The new value
Remarks