SetFieldId Method |
Sets the field object ID of the specified cell.
Signature
object.SetFieldId(row, col, fieldId)
Object
Table
The object or objects this method applies to.
row
int; the zero-based row index for the cell
col
int; the zero-based column index for the cell
fieldId
LONG_PTR; the field object ID.
Comments? |