Returns the row type for the specified row.
Supported platforms: Windows only
VBA:
RetVal = object.GetRowType(row)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row in the table.
Type: AcRowType enum
The row type.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available