Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / HiddenAndEmptyCellSettings Class / ValidateValue Method


In This Topic
    ValidateValue Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function ValidateValue() As Boolean
    'Usage
     
    Dim instance As HiddenAndEmptyCellSettings
    Dim value As Boolean
     
    value = instance.ValidateValue()
    public bool ValidateValue()
    See Also