Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / NullDisplay Property


In This Topic
    NullDisplay Property (EditBaseCellType)
    In This Topic
    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;}
    See Also