Returns the data type and unit type for the specified row type.
Supported platforms: Windows only
VBA:
object.GetDataType rowType, pDataType, pUnitType
Type: Table, TableStyle
The objects this method applies to.
Access: Input-only
Type: AcRowType enum
The row type.
Access: Output-only
Type: AcValueDataType enum
The data type of the row type.
Access: Output-only
Type: AcValueUnitType enum
The unit type of the row type.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available