Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / IncompleteValue Field


In This Topic
    IncompleteValue Field
    In This Topic
    Gets the value returned from the editor if the editing value is partial and not empty.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IncompleteValue As Object
    'Usage
     
    
    Dim value As Object
     
    value = DateTimeCellType.IncompleteValue
    public static readonly object IncompleteValue
    See Also