Cell Object Properties 

The Cell object has the properties:

Cell Object Properties

Name

Type

Description

Protection

Boolean

Set this property to TRUE to protect the cell against user input and modifications. This flag is only used, if the Table View object’s EnableProtection property is set to TRUE.

Font

Object

Font used for this cell.

Value

Variant

Returns or sets the value for the cell.

Formula

Variant

Same as value.

CheckLabel

String

Set or returns the label for the check box. Check boxes are only displayed for cells in columns of Type tvaColumnBoolean.

Row

Object

Returns the Row object for this cell. Read-only.

Column

Object

Returns the Column object for this cell. Read-only.