[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Visualization.FunctionVisualizer.IsShowCell

IsShowCell Method

IsShowCell(object)

Gets boolean value that specifies if the cell is displayed.

Declaration
public virtual bool IsShowCell(object cellValue)
Public Overridable Function IsShowCell(cellValue As Object) As Boolean
Parameters
Type Name Description
object cellValue

The cell value.

Returns
Type Description
bool

true if the cell is displayed; otherwise, false.

Implements
Remarks

This property is ignored if IsVisual is false.