[]
Gets boolean value that specifies if the cell is displayed.
bool IsShowCell(object cellValue)
Function IsShowCell(cellValue As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | cellValue | The cell value. |
| Type | Description |
|---|---|
| bool |
|