Spread WinForms 15
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)

Parameters

cellValue
The cell value.
See Also