[]
Gets boolean value that specifies if the cell is displayed.
public virtual bool IsShowCell(object cellValue)
Public Overridable Function IsShowCell(cellValue As Object) As Boolean
Type | Name | Description |
---|---|---|
object | cellValue | The cell value. |
Type | Description |
---|---|
bool |
|
This property is ignored if IsVisual is false
.