Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / IsShownInCardView Method
The cell value.


In This Topic
    IsShownInCardView Method
    In This Topic
    Gets a boolean value indicating whether the card view display to display sub-properties of cell value.
    Syntax
    'Declaration
     
    
    Public Shared Function IsShownInCardView( _
       ByVal cellValue As Object _
    ) As Boolean
    'Usage
     
    
    Dim cellValue As Object
    Dim value As Boolean
     
    value = UIHelper.IsShownInCardView(cellValue)
    public static bool IsShownInCardView( 
       object cellValue
    )

    Parameters

    cellValue
    The cell value.
    See Also