Spread WPF 18
GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / GetLogical Method


In This Topic
    GetLogical Method (DataValidationSuggestionItem)
    In This Topic
    Gets the System.Boolean value.
    Syntax
    'Declaration
     
    Public Function GetLogical() As Boolean
    'Usage
     
    Dim instance As DataValidationSuggestionItem
    Dim value As Boolean
     
    value = instance.GetLogical()
    public bool GetLogical()

    Return Value

    An System.Boolean value.
    See Also