Returns the format for the specified row type.
Supported platforms: Windows only
VBA:
RetVal = object.GetFormat(rowType)
Type: Table, TableStyle
The objects this method applies to.
Access: Input-only
Type: AcRowType enum
The row type.
Type: String
The format of the row type.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available