Check if a cell has editable content.
Supported platforms: Windows only
VBA:
RetVal = object.IsContentEditable(nRow, nCol)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The value of the row.
Access: Input-only
Type: Long
The value of the column.
Type: Boolean
No additional remarks.
VBA:
Not available
Visual LISP:
Not available