Returns the attachment point for the specified row and column.
Supported platforms: Windows only
VBA:
RetVal = object.GetAttachmentPoint(row, col)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row of the table.
Access: Input-only
Type: Long
The column of the table.
Type: AcAttachmentPoint enum
No additional remarks.
VBA:
Not available
Visual LISP:
Not available