Spread Windows Forms 12.0 Product Documentation
AllowDBNull Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > SpreadDataColumn Class : AllowDBNull Property
Gets or sets whether null values are allowed in this column for rows that belong to the table.
Syntax
'Declaration
 
Public Property AllowDBNull As Boolean
'Usage
 
Dim instance As SpreadDataColumn
Dim value As Boolean
 
instance.AllowDBNull = value
 
value = instance.AllowDBNull
public bool AllowDBNull {get; set;}

Property Value

Boolean: true if null values are allowed; false otherwise
See Also

Reference

SpreadDataColumn Class
SpreadDataColumn Members