Programmer's Guide > Interfaces > ADocumentType interface > tableModelRow method
  
tableModelRow method
Returns the name of the tag that is allowed as the row tag for a table of the specified table model in a document using this DocumentType.
tableModelRow(tableModel, header)
Parameters
StringtableModel
The name of the table model. All of the valid table models in this DocumentType are available using the tableModels attribute.
booleanheader
If true, specifies that the name should be for the header row.
Returns
String. The name of the row tag for this table model.