[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.ImageVisualizer.IsShowCell

IsShowCell Method

IsShowCell(object)

Gets boolean value that specifies if the cell is displayed.

Declaration
public override bool IsShowCell(object cellValue)
Public Overrides 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.

Overrides
Remarks

This property is ignored if IsVisual is false.