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


In This Topic
    IsShowCell Method
    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.
    See Also