FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Visualization Namespace / FunctionVisualizer Class / IsShowCell Method
The cell value.


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

Parameters

cellValue
The cell value.
Remarks
This property is ignored if IsVisual is false.
See Also