Sets the field object ID of the specified cell.
Supported platforms: Windows only
Signature
VBA:
object.SetFieldId row, col, fieldId
- object
-
Type: Table
The object this method applies to.
- row
-
Access: Input-only
Type: Long
The zero-based row index for the cell.
- col
-
Access: Input-only
Type: Long
The zero-based column index for the cell.
- fieldId
-
Access: Input-only
Type: Long_PTR
The field object ID.
Return Value (RetVal)
No return value.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available