SetCellState Method

Set a cell's state.

See Also | Example

Signature

object.SetCellState nRow, nCol, nLock

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The value of the row.

nCol

Integer; Input-only
The value of the column.

nLock

AcCellState; Input-only
The new cell state.

 

   Comments?