Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IFunctionVisualizer Interface / IsShowCell Method
The cell value.


In This Topic
    IsShowCell Method (IFunctionVisualizer)
    In This Topic
    Gets boolean value that specifies if the cell is displayed.
    Syntax
    'Declaration
     
    
    Function IsShowCell( _
       ByVal cellValue As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As IFunctionVisualizer
    Dim cellValue As Object
    Dim value As Boolean
     
    value = instance.IsShowCell(cellValue)
    bool IsShowCell( 
       object cellValue
    )

    Parameters

    cellValue
    The cell value.

    Return Value

    true if the cell is displayed; otherwise, false.
    See Also