ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / EmptyAsNull Property

In This Topic
    EmptyAsNull Property (C1FlexPivotGrid)
    In This Topic
    If True then empty strings from editor are interpreted as null values.
    Syntax
    'Declaration
     
    Public Property EmptyAsNull As Boolean
    public bool EmptyAsNull {get; set;}
    See Also