Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionViewCell Class / GetLogical Method


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

    Return Value

    An System.Boolean value.
    See Also