Sets the data type and unit type for the specified row type.
Supported platforms: Windows only
VBA:
object.SetDataType rowTypes, nDataType, nUnitType
Type: Table, TableStyle
The objects this method applies to.
Access: Input-only
Type: AcRowType enum
The row types to change.
Access: Input-only
Type: AcValueDataType enum
The new data type.
Access: Input-only
Type: AcValueUnitType enum
The new unit type.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available