FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / NullDisplay Property


In This Topic
NullDisplay Property (TextCellType)
In This Topic
Gets or sets the text to display for null values.
Syntax
'Declaration
 
Public Property NullDisplay As String
 
'Usage
 
Dim instance As TextCellType
Dim value As String
 
instance.NullDisplay = value
 
value = instance.NullDisplay
See Also