Sets the format for the specified row type.
Supported platforms: Windows only
VBA:
object.SetFormat rowTypes, pFormat
Type: Table, TableStyle
The object this method applies to.
Access: Input-only
Type: AcRowType enum
The row type to check.
Access: Input-only
Type: String
The format for the row.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available