Spread Windows Forms 12.0 Product Documentation
NullDisplay Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : NullDisplay Property
Gets or sets the text to display for null values.
Syntax
'Declaration
 
Public Property NullDisplay As String
'Usage
 
Dim instance As EditBaseCellType
Dim value As String
 
instance.NullDisplay = value
 
value = instance.NullDisplay
public string NullDisplay {get; set;}

Property Value

String containing what to display for null values
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members