IsFormatEditable Method |
Check if a cell has editable format.
Signature
RetVal = object.IsFormatEditable nRow, nCol
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.
RetVal
Boolean
Tthe Boolean flag for the status of the cell.
Comments? |