Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IFunctionVisualizer Interface / IsShowCell Method


In This Topic
    IsShowCell Method (IFunctionVisualizer)
    In This Topic
    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
    See Also