Share
 
 

IsFormatEditable Method (ActiveX)

Check if a cell has editable format.

Supported platforms: Windows only

Signature

VBA:

RetVal = object.IsFormatEditable(nRow, nCol)
object

Type: Table

The object this method applies to.

nRow

Access: Input-only

Type: Long

The value of the row.

nCol

Access: Input-only

Type: Long

The value of the column.

Return Value (RetVal)

Type: Boolean

  • True: Format of the table cell can be modified.
  • False: Format of the table cell cannot be modified.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?